[maemo-commits] [maemo-commits] r12482 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jun 26 16:04:57 EEST 2007
- Previous message: [maemo-commits] r12481 - projects/haf/trunk/hildon-theme-layout-4
- Next message: [maemo-commits] r12483 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-06-26 16:04:54 +0300 (Tue, 26 Jun 2007) New Revision: 12482 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc Log: Fixing the breadcrumb bordervalues. Fixes NB#61622. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-06-26 13:00:08 UTC (rev 12481) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-06-26 13:04:54 UTC (rev 12482) @@ -1,5 +1,10 @@ 2007-06-26 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * rc/hildonbreadcrumbtrail.rc: Fixing the breadcrumb bordervalues. Fixes + NB#61622. + +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 = Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc 2007-06-26 13:00:08 UTC (rev 12481) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc 2007-06-26 13:04:54 UTC (rev 12482) @@ -46,19 +46,19 @@ function = FOCUS state = ACTIVE file = "../images/qgn_plat_breadcrumb_backbutton_pressed.png" - border = { 6, 6, 27, 28 } + border = { 5, 6, 28, 28 } } image { function = FOCUS file = "../images/qgn_plat_breadcrumb_backbutton_focused.png" - border = { 5, 5, 27, 28 } + border = { 5, 6, 28, 28 } } image { function = BOX file = "../images/qgn_plat_breadcrumb_backbutton_normal.png" - border = { 4, 4, 27, 28 } + border = { 5, 6, 28, 28 } } } } @@ -91,35 +91,35 @@ function = BOX position = LEFT, RIGHT, TOP, BOTTOM file = "../images/qgn_plat_breadcrumb_end_normal.png" - border = { 0, 4, 28, 29 } + border = { 4, 5, 28, 28 } } image { function = FOCUS state = ACTIVE position = LEFT, RIGHT, TOP, BOTTOM file = "../images/qgn_plat_breadcrumb_end_pressed.png" - border = { 4, 4, 28, 29 } + border = { 4, 5, 28, 28 } } image { function = FOCUS position = LEFT, RIGHT, TOP, BOTTOM file = "../images/qgn_plat_breadcrumb_end_focused.png" - border = { 4, 4, 28, 29 } + border = { 4, 5, 28, 28 } } image { function = BOX position = RIGHT, TOP, BOTTOM file = "../images/qgn_plat_breadcrumb_end_normal.png" - border = { 0, 4, 28, 29 } + border = { 4, 5, 28, 28 } } image { function = FOCUS state = ACTIVE position = RIGHT, TOP, BOTTOM file = "../images/qgn_plat_breadcrumb_end_pressed.png" - border = { 4, 4, 28, 29 } + border = { 4, 5, 28, 28 } } image { @@ -133,19 +133,19 @@ function = FOCUS state = ACTIVE file = "../images/qgn_plat_breadcrumb_middle_pressed.png" - border = { 4, 4, 28, 29 } + border = { 4, 4, 28, 28 } } image { function = BOX file ="../images/qgn_plat_breadcrumb_middle_normal.png" - border = { 4, 4, 28, 29 } + border = { 4, 4, 28, 28 } } image { function = FOCUS file = "../images/qgn_plat_breadcrumb_middle_focused.png" - border = { 4, 4, 28, 29 } + border = { 4, 4, 28, 28 } } }
- Previous message: [maemo-commits] r12481 - projects/haf/trunk/hildon-theme-layout-4
- Next message: [maemo-commits] r12483 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]