[maemo-commits] [maemo-commits] r9874 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Feb 14 18:17:26 EET 2007
- Previous message: [maemo-commits] r9871 - projects/haf/trunk
- Next message: [maemo-commits] r9875 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tko Date: 2007-02-14 18:17:25 +0200 (Wed, 14 Feb 2007) New Revision: 9874 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/gtkmenu.rc Log: MB#1059: offset submenus to overlap the parent 2007-02-14 Tommi Komulainen <tommi.komulainen at nokia.com> * rc/gtkmenu.rc: Remove unused hildonlike, and redundant horizontal/vertical padding properties. Add horizontal_offset = -18 to overlap submenus with their parent. Fixes: MB#1059 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-02-14 16:10:05 UTC (rev 9873) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-02-14 16:17:25 UTC (rev 9874) @@ -1,3 +1,9 @@ +2007-02-14 Tommi Komulainen <tommi.komulainen at nokia.com> + + * rc/gtkmenu.rc: Remove unused hildonlike, and redundant + horizontal/vertical padding properties. Add horizontal_offset = -18 to + overlap submenus with their parent. Fixes: MB#1059 + 2007-02-14 Xan Lopez <xan.lopez at nokia.com> * rc/gtkcombobox.rc: Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkmenu.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkmenu.rc 2007-02-14 16:10:05 UTC (rev 9873) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkmenu.rc 2007-02-14 16:17:25 UTC (rev 9874) @@ -29,8 +29,8 @@ GtkMenu::horizontal_padding = 18 GtkMenu::vertical_padding = 18 + GtkMenu::horizontal_offset = -18 - GtkMenu::hildonlike = 1 GtkMenu::double_arrows = 1 engine "sapwood" { @@ -104,9 +104,6 @@ style "osso-menu-with-corners" { - GtkMenu::horizontal_padding = 18 - GtkMenu::vertical_padding = 18 - engine "sapwood" { image { function = BOX @@ -122,9 +119,6 @@ style "osso-menu-without-corners" { - GtkMenu::horizontal_padding = 18 - GtkMenu::vertical_padding = 18 - engine "sapwood" { image { function = BOX @@ -140,9 +134,6 @@ style "osso-menu-from-navigator" { - GtkMenu::horizontal_padding = 18 - GtkMenu::vertical_padding = 18 - engine "sapwood" { image { function = BOX @@ -160,9 +151,6 @@ style "osso-menu-from-navigator-thumb" { - GtkMenu::horizontal_padding = 18 - GtkMenu::vertical_padding = 18 - GtkWidget::scroll-arrow-vlength = 58 engine "sapwood" {
- Previous message: [maemo-commits] r9871 - projects/haf/trunk
- Next message: [maemo-commits] r9875 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]