If I go to the style module in systemsettings, select configure for oxygen-transparent and then show the advanced configuration options, the lower two of the three drop down select boxes in the general tab get squeezed so you can no longer read the text on them. Selecting another tab and going back restores the proper size. Reproducible: Always
Created attachment 77052 [details] screenshot Add screenshot of the issue
... yes. Can reproduce. This is actually Qt's issue not handling the resize properly on widget contents changed. I'll add a workaround.
Git commit 34095bee1d63c956fdd71ac09161d425bdf0d5b2 by Hugo Pereira Da Costa. Committed on 20/02/2013 at 16:55. Pushed by hpereiradacosta into branch 'KDE/4.10'. Fixed handling of minimum widget size when toggling expert button M +29 -4 style/config/oxygenstyleconfig.cpp M +6 -0 style/config/oxygenstyleconfig.h http://commits.kde.org/oxygen-transparent/34095bee1d63c956fdd71ac09161d425bdf0d5b2
Git commit 73749c7fc8d7de51233fb91a6a02faa5c4606cb5 by Hugo Pereira Da Costa. Committed on 20/02/2013 at 16:55. Pushed by hpereiradacosta into branch 'master'. Fixed handling of minimum widget size when toggling expert button M +29 -4 style/config/oxygenstyleconfig.cpp M +6 -0 style/config/oxygenstyleconfig.h http://commits.kde.org/oxygen-transparent/73749c7fc8d7de51233fb91a6a02faa5c4606cb5
Ok. That fixes it, I think, although still not optimal. I guess there is something I don't quite understand in Qt concerning size policy and widget size management ...