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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 26 16:55:25 EET 2007
Author: xan
Date: 2007-02-26 16:55:24 +0200 (Mon, 26 Feb 2007)
New Revision: 10213

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkprogressbar.rc
Log:

        * rc/gtkprogressbar.rc:

        Update the border values to make the widget look nice when expanded
        vertically.



Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-02-26 14:41:13 UTC (rev 10212)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-02-26 14:55:24 UTC (rev 10213)
@@ -1,3 +1,10 @@
+2007-02-26  Xan Lopez  <xan.lopez at nokia.com>
+
+	* rc/gtkprogressbar.rc:
+
+	Update the border values to make the widget look nice when expanded
+	vertically.
+
 2007-02-22  Xan Lopez  <xan.lopez at nokia.com>
 
 	* rc/gtkcombobox.rc:

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkprogressbar.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtkprogressbar.rc	2007-02-26 14:41:13 UTC (rev 10212)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkprogressbar.rc	2007-02-26 14:55:24 UTC (rev 10213)
@@ -21,14 +21,14 @@
 	function = BOX
 	detail = "bar"
 	file = "../images/qgn_plat_progress_bar_gradient.png"
-	border = { 0, 0, 0, 0 }
+	border = { 0, 0, 11, 12 }
       }
     image 
       {	
 	function = BOX
 	detail = "trough"
 	file = "../images/qgn_plat_progress_bar_border.png"
-	border = { 4, 4, 0, 0 }
+	border = { 4, 4, 12, 15 }
 
 	# If orientation is set to HORIZONTAL, then the box will not be
 	# drawn if HEIGHT > WIDTH


More information about the maemo-commits mailing list