Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.2.1
-
None
-
Windows 7, VS 2010
Description
See attached some example.
When setting a stylesheet on a dialog/widget, all spinbox height are wrong (see screenshot, the top arrow are cut).
It comes from qstylesheet.cpp:4874, which returns the same size passed in parameter if the lineedit is inside a spinbox.
Whereas without stylesheet, it's using the theme size (which extend the height slightly).