[maemo-commits] [maemo-commits] r9798 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Feb 12 11:12:34 EET 2007
- Previous message: [maemo-commits] r9796 - projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/template
- Next message: [maemo-commits] r9799 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-02-12 11:12:33 +0200 (Mon, 12 Feb 2007) New Revision: 9798 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc Log: 2007-02-12 Xan Lopez <xan.lopez at nokia.com> * rc/hildontimeeditor.rc: * rc/gtkcombobox.rc: More GtkEntry style fixes. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-02-11 23:00:02 UTC (rev 9797) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-02-12 09:12:33 UTC (rev 9798) @@ -1,3 +1,10 @@ +2007-02-12 Xan Lopez <xan.lopez at nokia.com> + + * rc/hildontimeeditor.rc: + * rc/gtkcombobox.rc: + + More GtkEntry style fixes. + 2007-02-09 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> [0.1.2 release] Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc 2007-02-11 23:00:02 UTC (rev 9797) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc 2007-02-12 09:12:33 UTC (rev 9798) @@ -116,10 +116,7 @@ style "osso-combobox-entry-base" { - GtkEntry::hildonlike = 1 - GtkEntry::horizontal-border = 4 - GtkEntry::vertical-border = 0 - GtkEntry::show-last-char = 1 + GtkEntry::inner-border = { 4, 4, 0, 0 } GtkEntry::icon_width = 0 } Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc 2007-02-11 23:00:02 UTC (rev 9797) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc 2007-02-12 09:12:33 UTC (rev 9798) @@ -51,9 +51,7 @@ style "osso-time-editor" { GtkFrame::hildonlike = 1 - GtkEntry::hildonlike = 1 - GtkEntry::horizontal-border = 2 - GtkEntry::vertical-border = 0 + GtkEntry::inner-border = { 2, 2, 0, 0 } xthickness = 0 ythickness = 0 }
- Previous message: [maemo-commits] r9796 - projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/template
- Next message: [maemo-commits] r9799 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]