Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TPath*Browse: set QPushButton minimum height to 32
The Qt docs state: Note: On macOS when a push button's width becomes smaller than 50 or its height becomes smaller than 30, the button's corners are changed from round to square. https://doc.qt.io/qt-5/qpushbutton.html On macOS 13.6 with Qt 5.15.10, this occurs whenever the height is less than 32. (This change will likely be applied to other uses of QPushButton, but that's outside of the scope of this particular commit.)
- Loading branch information