-
Bug
-
Resolution: Done
-
P2: Important
-
5.1.1
-
Linux, Mac OS, QT 5.1.1
-
-
112b8e49c291a2ee6a1d67dccf368e53c9bd19cd
I made a simple form with three QPushButtons on a horizontal layout with style sheets like this:
QPushButton {
border: none;
background-color: red;
min-width: 100px;
min-height: 50px;
}
(colors and min-heights are different). The full project is attached. Layout spacing is set to 0.
On Linux and Windows, it works as intended (see linux.png). But on Mac OS the buttons overlap (see mac.png).
- relates to
-
QTBUG-16361 Mac: wrong alignment of QPushButton when style sheet is used
-
- Closed
-