[maemo-commits] [maemo-commits] r12613 - in projects/haf/trunk/hildon-theme-layout-4: . rc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jul 3 11:05:33 EEST 2007
Author: xan
Date: 2007-07-03 11:05:18 +0300 (Tue, 03 Jul 2007)
New Revision: 12613

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonthumbscrollbar.rc
Log:
2007-07-03  Xan Lopez  <xan.lopez at nokia.com>

	* rc/hildonthumbscrollbar.rc: correct border values for thumbable
	scrollbar. Fixes: NB#61802


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-07-03 06:33:17 UTC (rev 12612)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-07-03 08:05:18 UTC (rev 12613)
@@ -1,3 +1,8 @@
+2007-07-03  Xan Lopez  <xan.lopez at nokia.com>
+
+	* rc/hildonthumbscrollbar.rc: correct border values for thumbable
+	scrollbar. Fixes: NB#61802
+
 2007-06-29  Johan Bilien  <johan.bilien at nokia.com>
 
 	* rc/ossoiradioapplet: Added theming for both BOX and SHADOW,

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonthumbscrollbar.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonthumbscrollbar.rc	2007-07-03 06:33:17 UTC (rev 12612)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonthumbscrollbar.rc	2007-07-03 08:05:18 UTC (rev 12613)
@@ -28,7 +28,7 @@
 	orientation     = VERTICAL
 	state		= INSENSITIVE
 	file            = "../images/qgn_plat_scroll_thumbsize_vertical_shaft_disabled.png"
-	border          = { 0, 0, 0, 0 }
+	border          = { 0, 0, 15, 15 }
       }
     image
       {
@@ -36,7 +36,7 @@
 	orientation     = VERTICAL
 	state		= INSENSITIVE
 	file            = "../images/qgn_plat_scroll_thumbsize_vertical_thumb_disabled.png"
-	border		= { 0, 0, 10, 10 }
+	border		= { 0, 0, 15, 15 }
       }
     image
       {
@@ -51,14 +51,14 @@
 	orientation     = VERTICAL
         state           = ACTIVE
 	file            = "../images/qgn_plat_scroll_thumbsize_vertical_thumb_pressed.png"
-	border		= { 0, 0, 10, 10 }
+	border		= { 0, 0, 15, 15 }
       }
     image
       {
         function        = SLIDER
 	orientation     = VERTICAL
 	file            = "../images/qgn_plat_scroll_thumbsize_vertical_thumb_normal.png"
-	border		= { 0, 0, 10, 10 }
+	border		= { 0, 0, 15, 15 }
       }
     # up
     image


More information about the maemo-commits mailing list