[maemo-commits] [maemo-commits] r13363 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Aug 22 19:41:02 EEST 2007
- Previous message: [maemo-commits] r13362 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r13364 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-08-22 19:40:59 +0300 (Wed, 22 Aug 2007) New Revision: 13363 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: 2007-08-22 Lucas Rocha <lucas.rocha at nokia.com> * rc/hildonnavigator.rc, rc/hildonappsmenu.rc: correctly set the separator height in the style for applications menu and switcher menu. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-08-22 16:09:34 UTC (rev 13362) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-08-22 16:40:59 UTC (rev 13363) @@ -1,3 +1,8 @@ +2007-08-22 Lucas Rocha <lucas.rocha at nokia.com> + + * rc/hildonnavigator.rc, rc/hildonappsmenu.rc: correctly set the + separator height in the style for applications menu and switcher menu. + 2007-08-22 Xan Lopez <xan.lopez at nokia.com> * rc/defaultarrows.rc: set maemo-min-size here too. Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc 2007-08-22 16:09:34 UTC (rev 13362) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc 2007-08-22 16:40:59 UTC (rev 13363) @@ -23,8 +23,11 @@ style "hildon-apps-menu-pane1-item" { + ythickness = 0 + xthickness = 1 + GtkMenuItem::wide-separators = 1 - GtkMenuItem::separator_height = 3 + GtkMenuItem::separator_height = 1 engine "sapwood" { @@ -143,8 +146,11 @@ style "hildon-apps-menu-pane2-item" { + ythickness = 0 + xthickness = 1 + GtkMenuItem::wide-separators = 1 - GtkMenuItem::separator_height = 3 + GtkMenuItem::separator_height = 1 engine "sapwood" { Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc 2007-08-22 16:09:34 UTC (rev 13362) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc 2007-08-22 16:40:59 UTC (rev 13363) @@ -336,8 +336,11 @@ style "hildon-switcher-menu-app-item" { + ythickness = 0 + xthickness = 1 + GtkMenuItem::wide-separators = 1 - GtkMenuItem::separator_height = 3 + GtkMenuItem::separator_height = 1 engine "sapwood" { @@ -472,8 +475,11 @@ style "hildon-switcher-menu-not-item" { + ythickness = 0 + xthickness = 1 + GtkMenuItem::wide-separators = 1 - GtkMenuItem::separator_height = 3 + GtkMenuItem::separator_height = 1 engine "sapwood" {
- Previous message: [maemo-commits] r13362 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r13364 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]