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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 10 15:38:47 EEST 2007
Author: jobi
Date: 2007-09-10 15:38:46 +0300 (Mon, 10 Sep 2007)
New Revision: 13706

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

2007-09-10  Johan Bilien  <johan.bilien at nokia.com>

	* rc/ossointernetsearchapplet.rc: theme the engine button
	as a combobox button



Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-10 12:01:14 UTC (rev 13705)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-10 12:38:46 UTC (rev 13706)
@@ -1,9 +1,14 @@
-2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+2007-09-10  Johan Bilien  <johan.bilien at nokia.com>
 
+	* rc/ossointernetsearchapplet.rc: theme the engine button
+	as a combobox button
+
+2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com>
+
 	* rc/Makefile.am:
 	* rc/gtkrc.rc:
 	* rc/ossoaddressbook.rc: Adding the styling for the addressbook live
-	search. Fiexs: NB#66694.
+	search. Fixes: NB#66694.
 
 2007-09-10  Johan Bilien  <johan.bilien at nokia.com>
 

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/ossointernetsearchapplet.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/ossointernetsearchapplet.rc	2007-09-10 12:01:14 UTC (rev 13705)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/ossointernetsearchapplet.rc	2007-09-10 12:38:46 UTC (rev 13706)
@@ -59,5 +59,27 @@
     }
 }
 
-widget_class "*.IsPlugin.GtkHBox.GtkButton" style "osso-internetsearch-applet-button"
-widget_class "*.IsPlugin.GtkAlignment.GtkHBox.GtkButton" style "osso-internetsearch-applet-button"
+widget_class "*.IsPlugin.GtkAlignment.GtkHBox.GtkToggleButton" style "osso-internetsearch-applet-button"
+
+style "osso-internetsearch-applet-arrow"
+{
+  GtkArrow::maemo-aspect-ratio = 1.0
+  GtkArrow::maemo-min-size = 26
+  engine "sapwood"
+    {
+      image
+        {
+          function = ARROW
+          state = ACTIVE
+          overlay_file = "../images/qgn_plat_combobox_button_pressed.png"
+          overlay_stretch = FALSE
+        }
+      image
+        {
+          function = ARROW
+          overlay_file = "../images/qgn_plat_combobox_button_normal.png"
+          overlay_stretch = FALSE
+        }
+    }
+}
+widget_class "*.IsPlugin.GtkAlignment.GtkHBox.GtkToggleButton.GtkArrow" style "osso-internetsearch-applet-arrow"


More information about the maemo-commits mailing list