[maemo-commits] [maemo-commits] r13467 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Aug 29 16:13:01 EEST 2007
- Previous message: [maemo-commits] r13466 - projects/haf/trunk/hildon-desktop
- Next message: [maemo-commits] r13468 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-08-29 16:13:00 +0300 (Wed, 29 Aug 2007) New Revision: 13467 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc Log: Introducing the border value changes mentioned by Tuomas. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-08-29 13:12:07 UTC (rev 13466) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-08-29 13:13:00 UTC (rev 13467) @@ -1,5 +1,10 @@ 2007-08-29 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * rc/hildonkeyboard.rc: Introducing the border value changes mentioned + by Tuomas. + +2007-08-29 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * rc/gtktreeview.rc: Applying a patch from Tommi Komulainen for new treeview focus handling. Fixes: NB#54874. Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc 2007-08-29 13:12:07 UTC (rev 13466) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc 2007-08-29 13:13:00 UTC (rev 13467) @@ -14,21 +14,8 @@ state = NORMAL detail = "osso-im-frame-top" file = "../images/qgn_plat_inputmet_buffer_zone_top.png" + border = {10, 10, 0, 0} } - image { - function = BOX - state = NORMAL - detail = "osso-im-frame-left" - file = "../images/qgn_plat_inputmet_buffer_zone_left.png" - border = {0, 0, 25, 0} - } - } -} -class "HildonIMUI" style "osso-input-method-frame" - -#close buttons -style "osso-input-method-side-close-button" -{ engine "sapwood" { image @@ -213,28 +200,28 @@ function = BOX state = NORMAL file = "../images/qgn_plat_inputmet_button_key_space_normal.png" - border = { 6, 97, 0, 0 } + border = { 10, 93, 0, 0 } } image { function = BOX state = PRELIGHT file = "../images/qgn_plat_inputmet_button_key_space_normal.png" - border = { 6, 97, 0, 0 } + border = { 10, 93, 0, 0 } } image { function = BOX state = INSENSITIVE file = "../images/qgn_plat_inputmet_button_key_space_disabled.png" - border = { 6, 97, 0, 0 } + border = { 10, 93, 0, 0 } } image { function = BOX state = ACTIVE file = "../images/qgn_plat_inputmet_button_key_space_pressed.png" - border = { 6, 97, 0, 0 } + border = { 10, 93, 0, 0 } } } }
- Previous message: [maemo-commits] r13466 - projects/haf/trunk/hildon-desktop
- Next message: [maemo-commits] r13468 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]