[maemo-commits] [maemo-commits] r14155 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Sep 28 11:14:38 EEST 2007
- Previous message: [maemo-commits] r14154 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r14156 - in projects/haf/trunk/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-09-28 11:14:37 +0300 (Fri, 28 Sep 2007) New Revision: 14155 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/gtkentry.rc Log: Changing the way the entries are being drawn. Fixes: NB#70831. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-09-28 07:58:49 UTC (rev 14154) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-09-28 08:14:37 UTC (rev 14155) @@ -1,3 +1,9 @@ +2007-09-28 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/gtkcombobox.rc: + * rc/gtkentry.rc: Changing the way the entries are being drawn. Fixes: + NB#70831. + 2007-09-27 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> * rc/gtkcombobox.rc: Fixing the way disabled combo-box arrow is being Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc 2007-09-28 07:58:49 UTC (rev 14154) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc 2007-09-28 08:14:37 UTC (rev 14155) @@ -133,6 +133,10 @@ } image { + function = FLAT_BOX + } + image + { function = SHADOW file = "../images/qgn_plat_combobox_entry_frame_left_normal.png" border = { 4, 0, 4, 4 } Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkentry.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkentry.rc 2007-09-28 07:58:49 UTC (rev 14154) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkentry.rc 2007-09-28 08:14:37 UTC (rev 14155) @@ -3,23 +3,36 @@ style "osso-entry" { - GtkEntry::inner-border = { 6, 6, 0, 0 } - - engine "sapwood" { - image { - function = SHADOW - state = INSENSITIVE - file = "../images/qgn_plat_single_line_input_disabled.png" - border = { 2, 2, 2, 2 } - } - } + engine "sapwood" { + image { + function = SHADOW + state = NORMAL + } + } - engine "sapwood" { - image { - function = SHADOW - file = "../images/qgn_plat_single_line_input.png" - border = { 2, 2, 2, 2 } - } - } + engine "sapwood" { + image { + function = FOCUS + } + } + + engine "sapwood" { + image { + function = FLAT_BOX + shadow = NONE + state = INSENSITIVE + file = "../images/qgn_plat_single_line_input_disabled.png" + border = { 2, 2, 2, 2 } + } + } + + engine "sapwood" { + image { + function = FLAT_BOX + shadow = NONE + file = "../images/qgn_plat_single_line_input.png" + border = { 2, 2, 2, 2 } + } + } } class "GtkEntry" style "osso-entry"
- Previous message: [maemo-commits] r14154 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r14156 - in projects/haf/trunk/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]