[maemo-commits] [maemo-commits] r11109 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Apr 17 14:14:55 EEST 2007
- Previous message: [maemo-commits] r11108 - in projects/haf/trunk/libhildonmime: . debian libhildonmime tests
- Next message: [maemo-commits] r11110 - in projects/haf/trunk/libhildonmime: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-04-17 14:14:54 +0300 (Tue, 17 Apr 2007) New Revision: 11109 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc Log: * rc/gtkcombobox.rc: Use overlay for the combobox arrows. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-04-17 11:07:29 UTC (rev 11108) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-04-17 11:14:54 UTC (rev 11109) @@ -1,3 +1,7 @@ +2007-04-17 Xan Lopez <xan.lopez at nokia.com> + + * rc/gtkcombobox.rc: Use overlay for the combobox arrows. + 2007-04-16 Xan Lopez <xan.lopez at nokia.com> * rc/gtkcheckbutton.rc: Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc 2007-04-17 11:07:29 UTC (rev 11108) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc 2007-04-17 11:14:54 UTC (rev 11109) @@ -87,7 +87,6 @@ } widget_class "*.GtkComboBox.GtkFrame" style "osso-combobox-frame" - ################################################### # # Styles for ComboBoxEntry @@ -112,14 +111,14 @@ { function = ARROW state = ACTIVE - file = "../images/qgn_plat_combobox_button_pressed.png" - stretch = FALSE + overlay_file = "../images/qgn_plat_combobox_button_pressed.png" + overlay_stretch = FALSE } image { function = ARROW - file = "../images/qgn_plat_combobox_button_normal.png" - stretch = FALSE + overlay_file = "../images/qgn_plat_combobox_button_normal.png" + overlay_stretch = FALSE } } }
- Previous message: [maemo-commits] r11108 - in projects/haf/trunk/libhildonmime: . debian libhildonmime tests
- Next message: [maemo-commits] r11110 - in projects/haf/trunk/libhildonmime: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]