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

master
Richard Stanway 2022-08-26 02:41:46 +02:00 committed by Jim
parent 8f6f761631
commit e58485e0b2
2 changed files with 10 additions and 3 deletions

View File

@ -232,9 +232,12 @@ QScrollBar::left-arrow:horizontal, QScrollBar::right-arrow:horizontal, QScrollBa
} }
/* Source Context */ /* Source Context */
#contextContainer QPushButton {
padding: 3px 10px;
}
#contextContainer QPushButton[themeID2=contextBarButton] { #contextContainer QPushButton[themeID2=contextBarButton] {
padding: 3px; padding: 3px 6px;
margin: 0px;
} }
#contextContainer QPushButton#sourcePropertiesButton { #contextContainer QPushButton#sourcePropertiesButton {

View File

@ -298,8 +298,12 @@ QSlider::handle:horizontal[themeID="tBarSlider"] {
} }
/* Source Context */ /* Source Context */
#contextContainer QPushButton {
padding: 3px 10px;
}
#contextContainer QPushButton[themeID2=contextBarButton] { #contextContainer QPushButton[themeID2=contextBarButton] {
padding: 0px; padding: 3px 6px;
} }
#contextContainer QPushButton#sourcePropertiesButton { #contextContainer QPushButton#sourcePropertiesButton {