diff options
author | Simon Rettberg | 2022-05-16 16:12:02 +0200 |
---|---|---|
committer | Simon Rettberg | 2022-05-16 16:12:02 +0200 |
commit | 89727cc69fe752d57058b791a2355d03660294b4 (patch) | |
tree | d95c64917c240a15266563e707bf0a434a2e96e0 /src | |
parent | Remove debug spam (diff) | |
download | pavucontrol-slx-89727cc69fe752d57058b791a2355d03660294b4.tar.gz pavucontrol-slx-89727cc69fe752d57058b791a2355d03660294b4.tar.xz pavucontrol-slx-89727cc69fe752d57058b791a2355d03660294b4.zip |
Make pressed buttons light-green
Default theme sucks as you can barely tell pressed and unpressed buttons
apart.
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index dd9c528..b6cb231 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -17,6 +17,11 @@ <iconset theme="multimedia-volume-control"> <normaloff>.</normaloff>.</iconset> </property> + <property name="styleSheet"> + <string notr="true">QToolButton:checked { +background-color: #aaffaa; +}</string> + </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTabWidget" name="notebook"> |