UI: Fix padding on context bar buttons in System and Dark themes

This commit is contained in:
Richard Stanway
2022-08-29 21:42:25 -07:00
committed by Jim
parent 8f6f761631
commit e58485e0b2
2 changed files with 10 additions and 3 deletions
+5 -2
View File
@@ -232,9 +232,12 @@ QScrollBar::left-arrow:horizontal, QScrollBar::right-arrow:horizontal, QScrollBa
}
/* Source Context */
#contextContainer QPushButton {
padding: 3px 10px;
}
#contextContainer QPushButton[themeID2=contextBarButton] {
padding: 3px;
margin: 0px;
padding: 3px 6px;
}
#contextContainer QPushButton#sourcePropertiesButton {
+5 -1
View File
@@ -298,8 +298,12 @@ QSlider::handle:horizontal[themeID="tBarSlider"] {
}
/* Source Context */
#contextContainer QPushButton {
padding: 3px 10px;
}
#contextContainer QPushButton[themeID2=contextBarButton] {
padding: 0px;
padding: 3px 6px;
}
#contextContainer QPushButton#sourcePropertiesButton {