[maemo-commits] [maemo-commits] r13233 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Aug 16 13:47:48 EEST 2007
- Previous message: [maemo-commits] r13232 - in projects/haf/trunk/hildon-fm: . hildon-fm
- Next message: [maemo-commits] r13234 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-08-16 13:47:47 +0300 (Thu, 16 Aug 2007) New Revision: 13233 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc Log: Adding correct theming for separators. Fixes NB#65690. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-08-16 10:17:51 UTC (rev 13232) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-08-16 10:47:47 UTC (rev 13233) @@ -1,3 +1,9 @@ +2007-08-16 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/hildonappsmenu.rc: + * rc/hildonnavigator.rc: Adding correct theming for separators. Fixes + NB#65690. + 2007-08-16 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> * data/layout.txt: swapped the mediaplayer "music file" and Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc 2007-08-16 10:17:51 UTC (rev 13232) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc 2007-08-16 10:47:47 UTC (rev 13233) @@ -7,10 +7,10 @@ engine "sapwood" { image { - function = FLAT_BOX - state = NORMAL - file = "../images/qgn_plat_panemenu_bg.png" - border = { 20, 20, 20, 20 } + function = FLAT_BOX + state = NORMAL + file = "../images/qgn_plat_panemenu_bg.png" + border = { 20, 20, 20, 20 } shaped = TRUE } } @@ -23,6 +23,9 @@ style "hildon-apps-menu-pane1-item" { + GtkMenuItem::wide-separators = 1 + GtkMenuItem::separator_height = 3 + engine "sapwood" { image @@ -39,6 +42,13 @@ file = "../images/qgn_plat_pane1_focus_passive.png" border = { 6, 6, 6, 6 } } + image + { + function = BOX + detail = "hseparator" + file = "../images/qgn_plat_task_pane_menu1_separator.png" + border = { 8, 8, 0, 0 } + } } } @@ -134,6 +144,9 @@ style "hildon-apps-menu-pane2-item" { + GtkMenuItem::wide-separators = 1 + GtkMenuItem::separator_height = 3 + engine "sapwood" { image @@ -150,6 +163,13 @@ file = "../images/qgn_plat_pane2_focus_passive.png" border = { 6, 6, 6, 6 } } + image + { + function = BOX + detail = "hseparator" + file = "../images/qgn_plat_task_pane_menu2_separator.png" + border = { 8, 8, 0, 0 } + } } } Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc 2007-08-16 10:17:51 UTC (rev 13232) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc 2007-08-16 10:47:47 UTC (rev 13233) @@ -315,6 +315,9 @@ style "hildon-switcher-menu-app-item" { + GtkMenuItem::wide-separators = 1 + GtkMenuItem::separator_height = 3 + engine "sapwood" { image @@ -324,6 +327,13 @@ file = "../images/qgn_plat_task_switcher_focus_active.png" border = { 6, 6, 6, 6 } } + image + { + function = BOX + detail = "hseparator" + file = "../images/qgn_plat_task_switcher_menu_separator.png" + border = { 8, 8, 0, 0 } + } } } @@ -442,6 +452,9 @@ style "hildon-switcher-menu-not-item" { + GtkMenuItem::wide-separators = 1 + GtkMenuItem::separator_height = 3 + engine "sapwood" { image @@ -451,6 +464,13 @@ file = "../images/qgn_plat_task_switcher_focus_active.png" border = { 6, 6, 6, 6 } } + image + { + function = BOX + detail = "hseparator" + file = "../images/qgn_plat_task_notification_menu_separator.png" + border = { 8, 8, 0, 0 } + } } }
- Previous message: [maemo-commits] r13232 - in projects/haf/trunk/hildon-fm: . hildon-fm
- Next message: [maemo-commits] r13234 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]