Skip to content

Commit

Permalink
Set button layout in Classic theme
Browse files Browse the repository at this point in the history
Was inconsistent wrt NightStalker.

See #1590.
  • Loading branch information
lmoureaux authored and jwrober committed Dec 17, 2022
1 parent 0445ce3 commit 8aa6de0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/themes/gui-qt/Classic/resource.qss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ QPushButton:disabled, QToolButton:disabled {
border-image: url(LittleFingerbutton-insensitive.png) 3 3 3 3;
}

QDialogButtonBox {
button-layout: 3;
}

QLabel {
color: black;
}
Expand Down

0 comments on commit 8aa6de0

Please sign in to comment.