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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Sep 13 16:09:51 EEST 2007
Author: mdk
Date: 2007-09-13 16:09:49 +0300 (Thu, 13 Sep 2007)
New Revision: 13798

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonseekbar.rc
Log:
Fixing the border values to 3 + 3 for seekbar new elements.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-13 13:04:37 UTC (rev 13797)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-13 13:09:49 UTC (rev 13798)
@@ -1,5 +1,10 @@
 2007-09-13  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	* rc/hildonseekbar.rc: Fixing the border values to 3 + 3 for seekbar new
+	elements.
+
+2007-09-13  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	* rc/gtkmenu.rc:
 	* rc/hildonappsmenu.rc:
 	* rc/hildonnavigator.rc: Correcting the border values for separators.

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonseekbar.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonseekbar.rc	2007-09-13 13:04:37 UTC (rev 13797)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonseekbar.rc	2007-09-13 13:09:49 UTC (rev 13798)
@@ -62,14 +62,14 @@
                         detail = "trough-fill-level"
                         state = INSENSITIVE
                         file = "../images/qgn_plat_seek_bar_regular_shaft_stream_disabled.png"
-                        border = { 0, 2, 0, 0 }
+                        border = { 3, 3, 0, 0 }
                 }
                 image {
                         function = BOX
                         detail = "trough-fill-level-full"
                         state = INSENSITIVE
-                        file = "../images/qgn_plat_seek_bar_regular_shaft_stream_finished_disabled.png"
-                        border = { 0, 2, 0, 0 }
+                        file = "../images/qgn_plat_seek_bar_regular_shaft_left_disabled.png"
+                        border = { 4, 0, 0, 0 }
                 }
                 image {
                         function = BOX
@@ -88,7 +88,7 @@
                         function = BOX
                         detail = "trough-fill-level"
                         file = "../images/qgn_plat_seek_bar_regular_shaft_stream_normal.png"
-                        border = { 2, 2, 0, 0 }
+                        border = { 3, 3, 0, 0 }
                 }
                 image {
                         function = BOX
@@ -229,14 +229,14 @@
                         detail = "trough-fill-level"
                         state = INSENSITIVE
                         file = "../images/qgn_plat_seek_bar_toolbar_shaft_stream_disabled.png"
-                        border = { 0, 2, 0, 0 }
+                        border = { 3, 3, 0, 0 }
                 }
                 image {
                         function = BOX
                         detail = "trough-fill-level-full"
                         state = INSENSITIVE
-                        file = "../images/qgn_plat_seek_bar_toolbar_shaft_stream_finished_disabled.png"
-                        border = { 0, 2, 0, 0 }
+                        file = "../images/qgn_plat_seek_bar_toolbar_shaft_left_disabled.png"
+                        border = { 4, 0, 0, 0 }
                 }
                 image {
                         function = BOX
@@ -255,7 +255,7 @@
                         function = BOX
                         detail = "trough-fill-level"
                         file = "../images/qgn_plat_seek_bar_toolbar_shaft_stream_normal.png"
-                        border = { 2, 2, 0, 0 }
+                        border = { 3, 3, 0, 0 }
                 }
                 image {
                         function = BOX


More information about the maemo-commits mailing list