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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 3 13:36:58 EEST 2007
Author: mdk
Date: 2007-05-03 13:36:57 +0300 (Thu, 03 May 2007)
New Revision: 11401

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonthumbscrollbar.rc
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonvolumebar.rc
Log:
Changing "TRUE" to "1". Forgot that the parsing is dumb. 
Fixing the inverted vertical volumebar fill.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-03 09:47:53 UTC (rev 11400)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-03 10:36:57 UTC (rev 11401)
@@ -1,5 +1,12 @@
 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	* rc/hildonthumbscrollbar.rc: Changing "TRUE" to "1". Forgot that the
+	parsing is dumb. 
+
+	* rc/hildonvolumebar.rc: Fixing the inverted vertical volumebar fill.
+
+2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	* rc/hildonthumbscrollbar.rc: Highlight the thumb scrollbar when
 	dragging. Fixes NB#55340.
 

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonthumbscrollbar.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonthumbscrollbar.rc	2007-05-03 09:47:53 UTC (rev 11400)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonthumbscrollbar.rc	2007-05-03 10:36:57 UTC (rev 11401)
@@ -15,7 +15,7 @@
   GtkRange::arrow_displacement_y = 0
   GtkRange::autodimmed_steppers = 1
   GtkScrollbar::min-slider-length = 32
-  GtkRange::activate-slider = TRUE
+  GtkRange::activate-slider = 1
   
   engine "sapwood"
   {

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonvolumebar.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonvolumebar.rc	2007-05-03 09:47:53 UTC (rev 11400)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonvolumebar.rc	2007-05-03 10:36:57 UTC (rev 11401)
@@ -237,7 +237,7 @@
     image
     {
       function = BOX
-      detail = "trough-lower"
+      detail = "trough-upper"
       state = INSENSITIVE
       file = "../images/qgn_plat_volume_bar_vertical_regular_shaft_top_disabled.png"
       border = {0, 0, 4, 0}
@@ -245,14 +245,14 @@
     image
     {
       function = BOX
-      detail = "trough-lower"
+      detail = "trough-upper"
       file = "../images/qgn_plat_volume_bar_vertical_regular_shaft_top_normal.png"
       border = {0, 0, 4, 0}
     }
     image
     {
       function = BOX
-      detail = "trough-upper"
+      detail = "trough-lower"
       state = INSENSITIVE
       file = "../images/qgn_plat_volume_bar_vertical_regular_shaft_bottom_disabled.png"
       border = {0, 0, 0, 4}
@@ -260,7 +260,7 @@
     image
     {
       function = BOX
-      detail = "trough-upper"
+      detail = "trough-lower"
       file = "../images/qgn_plat_volume_bar_vertical_regular_shaft_bottom_normal.png"
       border = {0, 0, 0, 4}
     }


More information about the maemo-commits mailing list