summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2022-05-16 16:12:02 +0200
committerSimon Rettberg2022-05-16 16:12:02 +0200
commit89727cc69fe752d57058b791a2355d03660294b4 (patch)
treed95c64917c240a15266563e707bf0a434a2e96e0
parentRemove debug spam (diff)
downloadpavucontrol-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.
-rw-r--r--src/mainwindow.ui5
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">