Skip to content

Commit

Permalink
Update friction.qss
Browse files Browse the repository at this point in the history
Some theme fixes.
  • Loading branch information
rodlie committed Jul 15, 2024
1 parent 7a34426 commit d5aa7ef
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/app/friction.qss
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ QToolBar::separator {
}

QToolButton[popupMode="1"] {
padding-right: .1em;
padding-right: .3em;
}
QToolButton::menu-button {
background-color: transparent;
Expand Down Expand Up @@ -388,3 +388,17 @@ QScrollBar::sub-line:horizontal {
subcontrol-position: top;
subcontrol-origin: margin;
}

QToolBar#animationDockWidget {
margin-bottom: 1em;
margin-right: 1em;
background: transparent;
}

QTabWidget#TabWidgetWide QTabBar::tab:bottom {
margin-bottom: .5em;
}

QTabWidget#TabWidgetWide QTabBar {
border: 0;
}

0 comments on commit d5aa7ef

Please sign in to comment.