[maemo-commits] [maemo-commits] r12478 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jun 26 15:58:03 EEST 2007
- Previous message: [maemo-commits] r12477 - in projects/haf/trunk/hildon-fm: . debian hildon-fm
- Next message: [maemo-commits] r12479 - projects/haf/trunk/gtk+
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-06-26 15:57:47 +0300 (Tue, 26 Jun 2007) New Revision: 12478 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/gtkbutton.rc projects/haf/trunk/hildon-theme-layout-4/rc/gtktoolbutton.rc projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc Log: Removing the button displacement (equals to x = 0, y = 0 now). Fixes NB#61717. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-06-26 12:38:17 UTC (rev 12477) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-06-26 12:57:47 UTC (rev 12478) @@ -1,3 +1,10 @@ +2007-06-26 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/gtkbutton.rc: + * rc/gtktoolbutton.rc: + * rc/hildontimeeditor.rc: Removing the button displacement (equals to x = + 0, y = 0 now). Fixes NB#61717. + 2007-06-26 Xan Lopez <xan at nokia.com> * rc/base.rc (gtk-icon-sizes): handle focus for Editor widgets. Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkbutton.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkbutton.rc 2007-06-26 12:38:17 UTC (rev 12477) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkbutton.rc 2007-06-26 12:57:47 UTC (rev 12478) @@ -23,8 +23,8 @@ GtkWidget::focus-line-pattern = "\0\0\0\0\0\0\0\0" GtkWidget::focus-width = 0 GtkButton::default_border = { 0, 0, 0, 0 } - GtkButton::child-displacement-x = -2 - GtkButton::child-displacement-y = 2 + GtkButton::child-displacement-x = 0 + GtkButton::child-displacement-y = 0 GtkButton::interior_focus = 0 GtkButton::child_spacing = 1 xthickness = 7 Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtktoolbutton.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtktoolbutton.rc 2007-06-26 12:38:17 UTC (rev 12477) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtktoolbutton.rc 2007-06-26 12:57:47 UTC (rev 12478) @@ -11,8 +11,8 @@ # default style: style "osso-toolbutton" { - GtkButton::child_displacement_x = -2 - GtkButton::child_displacement_y = 2 + GtkButton::child_displacement_x = 0 + GtkButton::child_displacement_y = 0 GtkButton::minimum_width = 48 # GtkButton::minimum_height = 40 Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc 2007-06-26 12:38:17 UTC (rev 12477) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc 2007-06-26 12:57:47 UTC (rev 12478) @@ -4,8 +4,8 @@ style "osso-time-editor-button" { GtkButton::default_border = { 0, 0, 0, 0 } - GtkButton::child-displacement-y = 2 - GtkButton::child-displacement-x = 2 + GtkButton::child-displacement-y = 0 + GtkButton::child-displacement-x = 0 GtkWidget::focus-width = 0 GtkButton::interior_focus = 0 GtkButton::child_spacing = 0
- Previous message: [maemo-commits] r12477 - in projects/haf/trunk/hildon-fm: . debian hildon-fm
- Next message: [maemo-commits] r12479 - projects/haf/trunk/gtk+
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]