[maemo-commits] [maemo-commits] r13294 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Aug 20 14:57:52 EEST 2007
- Previous message: [maemo-commits] r13293 - in projects/haf/trunk/hildon-1: . src
- Next message: [maemo-commits] r13295 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-08-20 14:57:50 +0300 (Mon, 20 Aug 2007) New Revision: 13294 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/ossorssfeedreader.rc Log: Applying a patch to fix rss applet buttons focused theming. Fixes NB#66019. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-08-20 11:48:14 UTC (rev 13293) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-08-20 11:57:50 UTC (rev 13294) @@ -1,3 +1,8 @@ +2007-08-20 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/ossorssfeedreader.rc: Applying a patch to fix rss applet buttons + focused theming. Fixes NB#66019. + 2007-08-16 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> [0.11.0-2 release] Modified: projects/haf/trunk/hildon-theme-layout-4/rc/ossorssfeedreader.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/ossorssfeedreader.rc 2007-08-20 11:48:14 UTC (rev 13293) +++ projects/haf/trunk/hildon-theme-layout-4/rc/ossorssfeedreader.rc 2007-08-20 11:57:50 UTC (rev 13294) @@ -1,6 +1,35 @@ # Copyright Nokia Corporation 2007 # Licensed under Creative Commons Attribution-ShareAlike 2.5 license +style "osso-rss-feed-reader-button" +{ + GtkButton::default_border = { 0, 0, 0, 0 } + GtkButton::default_outside_border = { 0, 0, 0, 0 } + GtkButton::child_spacing = 0 + xthickness = 0 + ythickness = 0 + + + engine "sapwood" { + image { + function = BOX + state = ACTIVE + } + image { + function = FOCUS + detail = "buttondefault" + } + image { + function = BOX + } + } + +} + +widget "*.osso-rss-feed-reader-button" style "osso-rss-feed-reader-button" + + + style "osso-rss-feed-reader-scrollbar" { GtkScrollbar::has-forward-stepper = 0
- Previous message: [maemo-commits] r13293 - in projects/haf/trunk/hildon-1: . src
- Next message: [maemo-commits] r13295 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]