[maemo-commits] [maemo-commits] r13997 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Sep 21 16:09:22 EEST 2007
- Previous message: [maemo-commits] r13996 - in projects/haf/trunk/hildon-fm: . debian hildon-fm
- Next message: [maemo-commits] r13998 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-09-21 16:09:20 +0300 (Fri, 21 Sep 2007) New Revision: 13997 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/gtkmenu.rc Log: Fixing the border values from 2,2,2,2 to 6,6,6,6 for the new focus active/passive graphics added for plugin menu stuff. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-09-21 13:05:48 UTC (rev 13996) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-09-21 13:09:20 UTC (rev 13997) @@ -1,3 +1,8 @@ +2007-09-21 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/gtkmenu.rc: Fixing the border values from 2,2,2,2 to 6,6,6,6 for the + new focus active/passive graphics added for plugin menu stuff. + 2007-09-21 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> * data/layout.txt: updated a bit to tweak layout (no gtkrc Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkmenu.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkmenu.rc 2007-09-21 13:05:48 UTC (rev 13996) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkmenu.rc 2007-09-21 13:09:20 UTC (rev 13997) @@ -124,14 +124,14 @@ function = BOX state = PRELIGHT file = "../images/qgn_plat_task_navigation_plugin_menu_focus_active.png" - border = { 2, 2, 2, 2 } + border = { 6, 6, 6, 6 } } image { function = BOX state = SELECTED file = "../images/qgn_plat_task_navigation_plugin_menu_focus_passive.png" - border = { 2, 2, 2, 2 } + border = { 6, 6, 6, 6 } } image { @@ -164,7 +164,7 @@ function = BOX detail = "selection" file = "../images/qgn_plat_task_navigation_plugin_menu_focus_active.png" - border = { 2, 2, 2, 2 } + border = { 6, 6, 6, 6 } } } }
- Previous message: [maemo-commits] r13996 - in projects/haf/trunk/hildon-fm: . debian hildon-fm
- Next message: [maemo-commits] r13998 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]