UI: Fix padding on context bar buttons in Dark

master
shiina424 2022-08-31 12:40:06 +09:00 committed by Jim
parent 361eebc6f3
commit 91e8346447
1 changed files with 2 additions and 2 deletions

View File

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