Hello,
I have a problem with button's appearance in QMessageBox class. When I run my app on Mac, all buttons on message box are higher (bigger vertically) than the buttons on all other applications on Mac. I understand that QPushButton has default maximum height and that max does not match the Mac's standard.
I would like to change the default maximum height in QMessageBox as well as in QProgressDialog. I tried to do that using style sheet, but it did not work. It works for my own forms though, but not for QMessageBox dialog.
Could somebody please give me some hints/suggestions which I can try to fix this problem.
Thanks in advance