| Summary: | Brush settings panel deformed after installing .abr files | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | kaerhon |
| Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | halla |
| Priority: | NOR | ||
| Version First Reported In: | 2.9.7 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| URL: | http://pre02.deviantart.net/88af/th/pre/i/2015/307/f/c/capture_dcran_2015_11_03_14_20_41_by_kaerhon-d9fdfbh.png | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
kaerhon
2015-11-03 14:07:37 UTC
Hi Kaerhon, I'm afraid that I cannot reproduce this with the current git master build (3.0), the items in the brush selector now keep to their maximum size. I have to admit I'm testing on a big monitor, though. Can you still reproduce with a recent 3.0 build? Wait.. I got it. It's not the brush selector, it's the tag combobox. That gets as wide as the abr file name. i can't reproduce it with 3.0, it seems to work fine Git commit 21723b8800d6961fa70336e42c2cc22b66210ff2 by Boudewijn Rempt. Committed on 24/01/2018 at 13:07. Pushed by rempt into branch 'master'. Move squeezedcombobox from libs/ui/widgets to widgets Now we can try to use it in the tagging combobox M +0 -1 libs/ui/CMakeLists.txt M +1 -1 libs/ui/dialogs/kis_dlg_image_properties.cc M +1 -1 libs/ui/dialogs/kis_dlg_png_import.cpp M +1 -1 libs/ui/dialogs/kis_dlg_preferences.cc M +1 -1 libs/ui/dialogs/kis_dlg_preferences.h M +1 -1 libs/ui/dialogs/kis_dlg_stroke_selection_properties.cpp M +1 -1 libs/ui/forms/wdgdlgpngimport.ui M +0 -1 libs/ui/tests/CMakeLists.txt M +1 -1 libs/ui/widgets/kis_custom_image_widget.cc M +1 -1 libs/ui/widgets/kis_image_from_clipboard_widget.cpp M +2 -0 libs/widgets/CMakeLists.txt M +3 -2 libs/widgets/KoResourceTaggingManager.cpp R +1 -2 libs/widgets/squeezedcombobox.cpp [from: libs/ui/widgets/squeezedcombobox.cpp - 098% similarity] R +3 -5 libs/widgets/squeezedcombobox.h [from: libs/ui/widgets/squeezedcombobox.h - 097% similarity] M +1 -0 libs/widgets/tests/CMakeLists.txt R +1 -1 libs/widgets/tests/squeezedcombobox_test.cpp [from: libs/ui/tests/squeezedcombobox_test.cpp - 094% similarity] R +0 -0 libs/widgets/tests/squeezedcombobox_test.h [from: libs/ui/tests/squeezedcombobox_test.h - 100% similarity] M +1 -1 plugins/dockers/lut/lutdocker_dock.cpp M +1 -1 plugins/extensions/colorspaceconversion/dlg_colorspaceconversion.cc https://commits.kde.org/krita/21723b8800d6961fa70336e42c2cc22b66210ff2 Fixed in commit ff2291db2081ee459d39a0ebcc2d776291594d2c Author: Boudewijn Rempt <boud@valdyas.org> Date: Wed Jan 24 14:27:30 2018 +0100 Use the squeezed combobox in KoTagChooserWidget |