UI: Fix padding on Acri context bar buttons

master
Warchamp7 2020-12-21 04:01:25 -05:00 committed by Jim
parent 51050f7181
commit 4b2fe7b552
1 changed files with 2 additions and 2 deletions

View File

@ -317,8 +317,8 @@ QScrollBar::left-arrow:horizontal, QScrollBar::right-arrow:horizontal, QScrollBa
max-height: 40px;
}
#contextContainer QPushButton[themeID2=contextBarButton] {
padding: 0px;
#contextContainer QPushButton {
padding: 0px 12px;
}
QPushButton#sourcePropertiesButton {