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 */
#contextContainer QPushButton {
padding: 3px 10px;
}
#contextContainer QPushButton[themeID2=contextBarButton] {
padding: 3px;
margin: 0px;
padding: 3px 6px;
}
#contextContainer QPushButton#sourcePropertiesButton {

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 {