Created attachment 102161 [details] Snapshot showing 'Edit scheme' dialog breaking apart exposing blank dialog. Version 5.8.3 When expanding the Appearance -> Colors -> Edit Scheme dialog vertically, the dialog does not properly expand the 'Color set:' portion to maximize editing the color scheme list of colors. Instead the 'Window text' widget and the 'Color set:' widgets separate and break apart wasting 1/3 to 1/2 of the 900px screen with completely wasted space. When maximizing the dialog vertically, the 'Color set:' widget should be the only widget that expands maximizing the space available for editing the color-scheme instead of just expanding the blank window behind the widgets. Screenshot included:
Quite inconvenient for looking at as many color as possible simultaneously. Just came here now to report this, thanks for doing it first.
Git commit 1d05792ad782ce4cd41e31c1ab6eef3026b5218b by Martin Koller. Committed on 29/01/2017 at 14:44. Pushed by mkoller into branch 'master'. Fix some bugs (mem leak, layout, preview not showing colors) 1) memory leak when opening SchemeEditorDialog (is never deleted) 2) The color preview widget can be reduced in height to nearly zero, which makes no sense 3) The scheme editor does not reflect any color change in the preview widget 4) triple-redundant widgets in the scmeditorcolors.ui file 5) user unfriendly current tab when opening the SchemeEditorDialog (I want to change a color, so the color tab shall be active) 6) Unneeded and incorrect tab index enum (enum values were not corresponding to the index the tab was inserted) 7) The SchemeEditorDialog did not just only expand the color table when enlarging the dialogs height Related: bug 372407 REVIEW: 129902 M +1 -0 kcms/colors/colorscm.cpp M +0 -6 kcms/colors/colorsettings.ui M +18 -18 kcms/colors/preview.ui M +1 -0 kcms/colors/scmeditorcolors.cpp M +5 -141 kcms/colors/scmeditorcolors.ui M +6 -5 kcms/colors/scmeditordialog.cpp M +0 -7 kcms/colors/scmeditordialog.h M +0 -12 kcms/colors/scmeditordialog.ui https://commits.kde.org/plasma-desktop/1d05792ad782ce4cd41e31c1ab6eef3026b5218b
This hasn't made it into a release yet, has it?
*** Bug 376862 has been marked as a duplicate of this bug. ***