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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Sep 27 15:35:12 EEST 2007
Author: mdk
Date: 2007-09-27 15:35:11 +0300 (Thu, 27 Sep 2007)
New Revision: 14148

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc
Log:
Fixing the way disabled combo-box arrow is being displayed. Fixes: #NB68074.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-27 12:32:13 UTC (rev 14147)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-27 12:35:11 UTC (rev 14148)
@@ -1,3 +1,8 @@
+2007-09-27  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* rc/gtkcombobox.rc: Fixing the way disabled combo-box arrow is being
+	displayed. Fixes: #NB68074.
+
 2007-09-27  Tomas Junnonen  <tomas.junnonen at nokia.com>
 
 	* src/hildonkeyboard.rc: Apply input window background color to FKB.

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc	2007-09-27 12:32:13 UTC (rev 14147)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc	2007-09-27 12:35:11 UTC (rev 14148)
@@ -102,9 +102,17 @@
       image
         {
           function = ARROW
+          state = NORMAL
           overlay_file = "../images/qgn_plat_combobox_button_normal.png"
           overlay_stretch = FALSE
         }
+      image
+        {
+          function = ARROW
+          state    = INSENSITIVE
+          overlay_file = "../images/qgn_plat_combobox_button_disabled.png"
+          overlay_stretch = FALSE
+        }
     }
 }
 


More information about the maemo-commits mailing list