fix: Added padding to reset defaults button (#6926)
The button did not have enough padding, now it does! Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> Co-authored-by: Benjamin <73490201+benjaminhalko@users.noreply.github.com>
This commit is contained in:
parent
d1f600601d
commit
d2260bafef
|
@ -26,3 +26,8 @@ QPushButton#3DOptionStatusBarButton {
|
|||
QPushButton#3DOptionStatusBarButton:hover {
|
||||
border: 1px solid #76797C;
|
||||
}
|
||||
|
||||
QPushButton#button_reset_defaults {
|
||||
min-width: 57px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
|
|
@ -1072,6 +1072,10 @@ QPushButton:focus {
|
|||
border: 1px solid #1464A0;
|
||||
}
|
||||
|
||||
QPushButton#button_reset_defaults {
|
||||
padding: 3px 6px;
|
||||
}
|
||||
|
||||
/* QToolButton ------------------------------------------------------------
|
||||
|
||||
https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton
|
||||
|
|
Reference in New Issue