
subversion at stage
Sep 12, 2007, 4:15 AM
Post #1 of 1
(49 views)
Permalink
|
|
r13776 - in projects/haf/trunk/hildon-theme-layout-4: . rc
|
|
Author: mdk Date: 2007-09-12 14:15:51 +0300 (Wed, 12 Sep 2007) New Revision: 13776 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc Log: Now really fixing the switcher. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-09-12 11:03:28 UTC (rev 13775) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-09-12 11:15:51 UTC (rev 13776) @@ -1,5 +1,9 @@ 2007-09-12 Michael Dominic Kostrzewa <michael.kostrzewa[at]nokia.com> + * rc/hildonnavigator.rc: Now really fixing the switcher. + +2007-09-12 Michael Dominic Kostrzewa <michael.kostrzewa[at]nokia.com> + * rc/hildonappsmenu.rc: * rc/hildonnavigator.rc: Fixing the switcher menu weirdness and appsmenu focus weirdness. Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc 2007-09-12 11:03:28 UTC (rev 13775) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc 2007-09-12 11:15:51 UTC (rev 13776) @@ -360,6 +360,13 @@ image { function = BOX + state = SELECTED + 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 } @@ -499,16 +506,9 @@ file = "../images/qgn_plat_task_switcher_focus_active.png" border = { 6, 6, 6, 6 } } - image + image { function = BOX - state = SELECTED - 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 } _______________________________________________ maemo-commits mailing list maemo-commits[at]maemo.org https://lists.maemo.org/mailman/listinfo/maemo-commits
|