[maemo-commits] [maemo-commits] r10394 - in projects/haf/trunk/hildon-theme-layout-4: . rc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Mar 6 10:26:34 EET 2007
Author: xan
Date: 2007-03-06 10:26:33 +0200 (Tue, 06 Mar 2007)
New Revision: 10394

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc
Log:

        * rc/gtkcombobox.rc:

        Fix border values for graphics. Will the brokeness ever end?



Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-03-06 08:16:31 UTC (rev 10393)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-03-06 08:26:33 UTC (rev 10394)
@@ -1,3 +1,9 @@
+2007-03-06  Xan Lopez  <xan.lopez at nokia.com>
+
+	* rc/gtkcombobox.rc:
+
+	Fix border values for graphics. Will the brokeness ever end?
+
 2007-03-05  Xan Lopez  <xan.lopez at nokia.com>
 
 	* rc/themespecificgtk.rc:

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc	2007-03-06 08:16:31 UTC (rev 10393)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc	2007-03-06 08:26:33 UTC (rev 10394)
@@ -49,15 +49,18 @@
             function = BOX
             file = "../images/qgn_plat_combobox_button_disabled.png"
             state = INSENSITIVE
+	    border = { 0, 2, 2, 2 }
         }
         image {
             function = BOX
             file = "../images/qgn_plat_combobox_button_pressed.png"
             state = ACTIVE
+	    border = { 0, 2, 2, 2 }
         }
         image {
             function = BOX
             file = "../images/qgn_plat_combobox_button_normal.png"
+	    border = { 0, 2, 2, 2 }
         }
         image {
             function = TAB
@@ -79,12 +82,12 @@
             function = SHADOW
             file = "../images/qgn_plat_combobox_frame_disabled.png"
             state = INSENSITIVE
-            border = { 2, 2, 0, 0 }
+            border = { 2, 0, 2, 2 }
         }
         image {
             function = SHADOW
             file = "../images/qgn_plat_combobox_frame_normal.png"
-            border = { 2, 2, 0, 0 }
+            border = { 2, 0, 2, 2 }
         }
     }
 }


More information about the maemo-commits mailing list