[maemo-commits] [maemo-commits] r10442 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Mar 7 10:14:17 EET 2007
- Previous message: [maemo-commits] r10441 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10443 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-03-07 10:14:16 +0200 (Wed, 07 Mar 2007) New Revision: 10442 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/hildontimepicker.rc Log: Fixing the missing HildonTimePicker arrows. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-03-06 17:52:32 UTC (rev 10441) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-03-07 08:14:16 UTC (rev 10442) @@ -1,3 +1,7 @@ +2007-03-07 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/hildontimepicker.rc: Fixing the missing HildonTimePicker arrows. + 2007-03-06 Xan Lopez <xan.lopez at nokia.com> * rc/gtkmenuitem.rc: Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildontimepicker.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildontimepicker.rc 2007-03-06 17:52:32 UTC (rev 10441) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildontimepicker.rc 2007-03-07 08:14:16 UTC (rev 10442) @@ -4,34 +4,37 @@ # #################################################### -style "osso-time-picker-arrows" { +style "osso-time-picker-up" { engine "sapwood" { image { function = BOX - detail = "osso_button_n" state = ACTIVE file = "../images/qgn_plat_arrow_up_pressed.png" } image { function = BOX - detail = "osso_button_n" file = "../images/qgn_plat_arrow_up_normal.png" } + } +} +widget "*.hildon-time-picker-up" style "osso-time-picker-up" + +style "osso-time-picker-down" { + + engine "sapwood" { image { function = BOX - detail = "osso_button_s" state = ACTIVE file = "../images/qgn_plat_arrow_down_pressed.png" } image { function = BOX - detail = "osso_button_s" file = "../images/qgn_plat_arrow_down_normal.png" } } } -widget_class "HildonTimePicker.GtkVBox.GtkAlignment.GtkTable.GtkButton" style "osso-time-picker-arrows" +widget "*.hildon-time-picker-down" style "osso-time-picker-down" style "osso-time-picker-ebox" { xthickness = 0
- Previous message: [maemo-commits] r10441 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10443 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]