r2297 - trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0

thomas at sita.openmoko.org thomas at sita.openmoko.org
Mon Jun 18 19:26:28 CEST 2007


Author: thomas
Date: 2007-06-18 19:26:28 +0200 (Mon, 18 Jun 2007)
New Revision: 2297

Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokofingerbutton
Log:
theme: fix mokofingerbutton-white


Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokofingerbutton
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokofingerbutton	2007-06-18 16:04:02 UTC (rev 2296)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokofingerbutton	2007-06-18 17:26:28 UTC (rev 2297)
@@ -95,27 +95,33 @@
             function        = BOX
             state           = NORMAL
             file            = "btn_white.png"
+            border          = { 11, 18, 11, 18 }
             stretch         = TRUE
         }
         image {
             function        = BOX
             state           = PRELIGHT
             file            = "btn_white.png"
+            border          = { 11, 18, 11, 18 }
             stretch         = TRUE
         }
         image {
             function        = BOX
             state           = ACTIVE
             file            = "btn_white_p.png"
+            border          = { 11, 18, 11, 18 }
             stretch         = TRUE
         }
     }
-    MokoPixmapButton::size-request = { 0, 63, 0, 62 }
-    xthickness = 0
-    ythickness = 0
+    xthickness = 6
+    ythickness = 6
     GtkButton::focus-line-width = 0
+
+    # this is a white button, the text should always be black ...
+    fg[NORMAL] = "black"
+    fg[PRELIGHT] = "black"
 }
-widget "*.mokofingerbutton-white" style "mokofingerbutton-white"
+widget "*mokofingerbutton-white*" style "mokofingerbutton-white"
 
 
 





More information about the commitlog mailing list