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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Mar 2 15:09:46 EET 2007
Author: mdk
Date: 2007-03-02 15:09:46 +0200 (Fri, 02 Mar 2007)
New Revision: 10322

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkscrolledwindow.rc
Log:
Fixing the scrolled window shadow. Not used by anything at the moment AFAIK but it won't hurt for future.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-03-02 12:21:49 UTC (rev 10321)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-03-02 13:09:46 UTC (rev 10322)
@@ -1,3 +1,8 @@
+2007-03-02  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* rc/gtkscrolledwindow.rc: Fixing the scrolled window shadow. Not used
+	by anything at the moment AFAIK but it won't hurt for future.
+
 2007-03-02  Xan Lopez  <xan.lopez at nokia.com>
 
 	* rc/gtkviewport.rc:

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkscrolledwindow.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtkscrolledwindow.rc	2007-03-02 12:21:49 UTC (rev 10321)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkscrolledwindow.rc	2007-03-02 13:09:46 UTC (rev 10322)
@@ -4,15 +4,47 @@
 
 style "osso-scrolledwindow"
 {
-
   GtkScrolledWindow::scrollbar-spacing = 6
 
+  engine "sapwood"
+    {
+      image
+        {
+	  function = SHADOW
+	  state    = INSENSITIVE
+	  file     = "../images/qgn_plat_frame_disabled.png"
+	  border   = { 3, 3, 3, 3 }
+	}
+      image
+        {
+	  function = SHADOW
+	  file     = "../images/qgn_plat_frame.png"
+	  border   = { 3, 3, 3, 3 }
+	}
+    }
 }
 class "GtkScrolledWindow" style "osso-scrolledwindow"
 
 style "osso-special-scrolledwindow"
 {
-	GtkScrolledWindow::scrollbar-dislocation = 1
+  GtkScrolledWindow::scrollbar-dislocation = 1
+
+  engine "sapwood"
+    {
+      image
+        {
+	  function = SHADOW
+	  state    = INSENSITIVE
+	  file     = "../images/qgn_plat_frame_disabled.png"
+	  border   = { 3, 3, 3, 3 }
+	}
+      image
+        {
+	  function = SHADOW
+	  file     = "../images/qgn_plat_frame.png"
+	  border   = { 3, 3, 3, 3 }
+	}
+    }
 }
 
 widget_class "*.GtkScrolledWindow" style "osso-special-scrolledwindow"


More information about the maemo-commits mailing list