[maemo-commits] [maemo-commits] r11062 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Apr 16 14:26:54 EEST 2007
- Previous message: [maemo-commits] r11061 - in projects/haf/tags/hildon-theme-plankton: . 4.6.0-1 4.6.0-1/debian 4.6.0-1/template
- Next message: [maemo-commits] r11063 - in projects/haf/trunk/sapwood: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-04-16 14:26:53 +0300 (Mon, 16 Apr 2007) New Revision: 11062 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc Log: * rc/hildonbreadcrumbtrail.rc: Add special case for position theming when there's only one breadcrumb. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-04-16 11:03:58 UTC (rev 11061) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-04-16 11:26:53 UTC (rev 11062) @@ -1,3 +1,8 @@ +2007-04-16 Xan Lopez <xan.lopez at nokia.com> + + * rc/hildonbreadcrumbtrail.rc: Add special case for position theming + when there's only one breadcrumb. + 2007-04-16 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> [0.6.0-1 release] Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc 2007-04-16 11:03:58 UTC (rev 11061) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc 2007-04-16 11:26:53 UTC (rev 11062) @@ -86,6 +86,27 @@ engine "sapwood" { image { function = BOX + position = LEFT, RIGHT, TOP, BOTTOM + file = "../images/qgn_plat_breadcrumb_end_normal.png" + border = { 0, 2, 28, 29 } + } + image { + function = FOCUS + state = ACTIVE + position = LEFT, RIGHT, TOP, BOTTOM + file = "../images/qgn_plat_breadcrumb_end_pressed.png" + border = { 4, 4, 28, 29 } + } + + image { + function = FOCUS + position = LEFT, RIGHT, TOP, BOTTOM + file = "../images/qgn_plat_breadcrumb_end_focused.png" + border = { 4, 4, 28, 29 } + } + + image { + function = BOX position = RIGHT, TOP, BOTTOM file = "../images/qgn_plat_breadcrumb_end_normal.png" border = { 0, 2, 28, 29 }
- Previous message: [maemo-commits] r11061 - in projects/haf/tags/hildon-theme-plankton: . 4.6.0-1 4.6.0-1/debian 4.6.0-1/template
- Next message: [maemo-commits] r11063 - in projects/haf/trunk/sapwood: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]