The URL points to a screenshot. If the amount of available resolutions does not fit into the box without scrollbars, it causes eliding of some digits. This makes selection much harder. Reproducible: Always
Thanks for the report. The kscreen kcm doesn't do anything special with the ComboBox, so this is either a bug in Breeze or a bug in Qt. Hugo, can you have a look?
mmm. My configuration panel does not show a combobox, but a slider (see: http://wstaw.org/m/2016/09/05/plasma-desktopHJ3061.png) This is possibly because I do not have enough resolutions available. Makes it hard to reproduce the problem. In any case, the easyway to see if this is a style issue is to run systemsettings5 -style fusion look for the same configuration panel, and see if the problem persists. @Fabian: can you test/check ? In the meanwhile I'll try setup a test case. @Sebastian, maybe this is related to the way the combobox is filled. I know combobox have different SizeAdjustPolicy, and they do matter, if for instance the combobox is filled after it was first shown. Again. Can't really test for now.
(In reply to Hugo Pereira Da Costa from comment #2) > In any case, the easyway to see if this is > a style issue is to run > > systemsettings5 -style fusion > > look for the same configuration panel, and see if the problem persists. > @Fabian: can you test/check ? > In the meanwhile I'll try setup a test case. With the fusion style the combobox seems to use up the available space: https://i.imgur.com/rsEuMKc.png
This patch fixes this issue: https://phabricator.kde.org/D3192 (Although I'm not sure that's the correct way to fix it, so a comment from someone with experience on breeze should comment on it)
Fixed in breeze 5.8.3 (by https://quickgit.kde.org/?p=breeze.git&a=commit&h=3c7fd5a87e2e176f480b9bb67b594f59a08c9551 )