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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 24 17:01:31 EEST 2007
Author: xan
Date: 2007-05-24 17:01:29 +0300 (Thu, 24 May 2007)
New Revision: 11813

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc
Log:
	* rc/gtkcombobox.rc: set child-displacement-{x,y} to 0
	for the toggle button.
	* rc/base.rc: make F4 (menu key) close menus.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-24 12:55:53 UTC (rev 11812)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-24 14:01:29 UTC (rev 11813)
@@ -1,3 +1,9 @@
+2007-05-24  Xan Lopez  <xan.lopez at nokia.com>
+
+	* rc/gtkcombobox.rc: set child-displacement-{x,y} to 0
+	for the toggle button.
+	* rc/base.rc: make F4 (menu key) close menus.
+
 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* rc/ossorssfeedreader.rc: Removing arrows from the RSS reader. Fixes

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-05-24 12:55:53 UTC (rev 11812)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-05-24 14:01:29 UTC (rev 11813)
@@ -218,3 +218,11 @@
 }
 
 class "GtkMenu" binding "menu-escape"
+
+#Make F4 close the menu
+binding "menu-f4"
+{
+  bind "F4" { "cancel" () }
+}
+
+class "GtkMenu" binding "menu-f4"

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc	2007-05-24 12:55:53 UTC (rev 11812)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc	2007-05-24 14:01:29 UTC (rev 11813)
@@ -40,6 +40,9 @@
 ###################################################
 
 style "osso-combobox-button" {
+    GtkButton::child-displacement-x = 0
+    GtkButton::child-displacement-y = 0
+
     engine "sapwood" {
 
         image {
@@ -172,3 +175,5 @@
 	}
 }
 widget_class "*.GtkComboBoxEntry.GtkToggleButton" style "osso-combobox-entry-button-down"
+
+	


More information about the maemo-commits mailing list