Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
4.4.3
-
None
Description
If the height of the QMainWindow::menuBar() is changed with a style sheet like this:
QMenuBar
{height: 20px}The menuBar is drawn incorrectly.
The StyleSheet:
QMenuBar
{min-height: 20px}Draws the menuBar correctly.