Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.6.0
-
None
-
6e90192b599cee9b903177a0978198326f667613
Description
Use the following style sheet on a QPushButton:
setStyleSheet( "QPushButton
{ padding: 6px; padding-left: 10px; padding-right: 10px;}" );
The right part of the text in the button will be cut off.