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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 11 11:11:03 EEST 2007
Author: mdk
Date: 2007-09-11 11:11:01 +0300 (Tue, 11 Sep 2007)
New Revision: 13733

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonstatusbar.rc
Log:
Adding the styling for the extension bar. Fixes: NB#65211.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-11 07:56:46 UTC (rev 13732)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-11 08:11:01 UTC (rev 13733)
@@ -1,3 +1,8 @@
+2007-09-11  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* rc/hildonstatusbar.rc: Adding the styling for the extension bar. Fixes:
+	NB#65211.
+
 2007-09-10  Johan Bilien  <johan.bilien at nokia.com>
 
 	* rc/ossointernetsearchapplet.rc: theme the engine button

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonstatusbar.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonstatusbar.rc	2007-09-11 07:56:46 UTC (rev 13732)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonstatusbar.rc	2007-09-11 08:11:01 UTC (rev 13733)
@@ -11,19 +11,21 @@
 widget "HildonStatusBar" style "osso-status-bar-background"
 
 style "osso-status-bar-extension-background" {
-    engine "sapwood" 
-    {
-        image 
-        {
-            function = FLAT_BOX
-            state = NORMAL
-            file = "../images/qgn_plat_status_bar_second_level_background.png"
-	        border = { 0, 0, 39, 9 }
+    
+    xthickness = 0
+    ythickness = 0
+
+    engine "sapwood" {
+        image {
+            function = SHADOW
+            file     = "../images/qgn_plat_status_bar_second_level_background.png"
+            border   = { 0, 0, 39, 9 }
         }
     }
 }
-widget "*.HildonStatusBarExtension.*" style "osso-status-bar-extension-background"
 
+widget "*.HildonStatusBarExtension" style "osso-status-bar-extension-background"
+
 style "osso-status-bar-button" {
   GtkButton::default_border = { 0, 0, 0, 0 }
   GtkButton::default_outside_border = { 0, 0, 0, 0 }


More information about the maemo-commits mailing list