[maemo-commits] [maemo-commits] r11807 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu May 24 13:51:29 EEST 2007
- Previous message: [maemo-commits] r11806 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r11808 - in projects/haf/trunk/hildon-1: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-05-24 13:51:28 +0300 (Thu, 24 May 2007) New Revision: 11807 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/ossorssfeedreader.rc Log: Removing arrows from the RSS reader. Fixes NB#57366. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-05-24 10:49:35 UTC (rev 11806) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-05-24 10:51:28 UTC (rev 11807) @@ -1,5 +1,10 @@ 2007-05-24 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * rc/ossorssfeedreader.rc: Removing arrows from the RSS reader. Fixes + NB#57366. + +2007-05-24 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * rc/ossomediaplayer.rc: Fixing the borders in the media player. Fixes NB#55620. Modified: projects/haf/trunk/hildon-theme-layout-4/rc/ossorssfeedreader.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/ossorssfeedreader.rc 2007-05-24 10:49:35 UTC (rev 11806) +++ projects/haf/trunk/hildon-theme-layout-4/rc/ossorssfeedreader.rc 2007-05-24 10:51:28 UTC (rev 11807) @@ -11,6 +11,9 @@ HildonDesktopHomeItem::background-borders = { 55, 55, 55, 15 } bg_pixmap[PRELIGHT] = "../images/qgn_plat_news_applet_bg_alpha.png" + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::has-backward-stepper = 0 + engine "sapwood" { image @@ -20,6 +23,23 @@ border = { 55, 55, 55, 15 } shaped = TRUE } + + image + { + function = BOX + orientation = VERTICAL + file = "../images/qgn_plat_scroll_rss_shaft_normal.png" + border = { 0, 0, 6, 6 } + } + + image + { + function = SLIDER + orientation = VERTICAL + file = "../images/qgn_plat_scroll_rss_thumb_normal.png" + border = { 0, 0, 6, 6 } + } + } } widget "*.osso-rss-feed-reader" style "osso-rss-feed-reader"
- Previous message: [maemo-commits] r11806 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r11808 - in projects/haf/trunk/hildon-1: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]