[xiph-commits] r18350 - trunk/spectrum

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Sat Jun 2 18:33:30 PDT 2012


Author: xiphmont
Date: 2012-06-02 18:33:30 -0700 (Sat, 02 Jun 2012)
New Revision: 18350

Modified:
   trunk/spectrum/spectrum-gtkrc
   trunk/spectrum/waveform-gtkrc
Log:
theme fix; insensitive toggle buttons were not showing up as such



Modified: trunk/spectrum/spectrum-gtkrc
===================================================================
--- trunk/spectrum/spectrum-gtkrc	2012-06-03 01:22:50 UTC (rev 18349)
+++ trunk/spectrum/spectrum-gtkrc	2012-06-03 01:33:30 UTC (rev 18350)
@@ -17,7 +17,7 @@
         fg[ACTIVE]="#000000" 
         fg[PRELIGHT]="#000000" 
         fg[SELECTED]="#000000" 
-        fg[INSENSITIVE]="#000000" 
+        fg[INSENSITIVE]="#8ea0be" 
 
         text[NORMAL]="#000000" 
         text[ACTIVE]="#000000" 

Modified: trunk/spectrum/waveform-gtkrc
===================================================================
--- trunk/spectrum/waveform-gtkrc	2012-06-03 01:22:50 UTC (rev 18349)
+++ trunk/spectrum/waveform-gtkrc	2012-06-03 01:33:30 UTC (rev 18350)
@@ -17,7 +17,7 @@
         fg[ACTIVE]="#000000" 
         fg[PRELIGHT]="#000000" 
         fg[SELECTED]="#000000" 
-        fg[INSENSITIVE]="#000000" 
+        fg[INSENSITIVE]="#b0a494" 
 
         text[NORMAL]="#000000" 
         text[ACTIVE]="#000000" 



More information about the commits mailing list