mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 12:49:40 +08:00
UI: Fix padding on context bar buttons in System and Dark themes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user