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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 5 18:50:48 EET 2007
Author: tko
Date: 2007-02-05 18:50:47 +0200 (Mon, 05 Feb 2007)
New Revision: 9654

Added:
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkviewport.rc
Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc
Log:
Remove the shadow from GtkViewPort.

2007-02-05  Tommi Komulainen  <tommi.komulainen at nokia.com>

	* rc/Makefile.am:
	* rc/gtkrc.rc:
	* rc/gtkviewport.rc: Remove the shadow from GtkViewPort.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-02-05 16:01:32 UTC (rev 9653)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-02-05 16:50:47 UTC (rev 9654)
@@ -1,5 +1,11 @@
 2007-02-05  Tommi Komulainen  <tommi.komulainen at nokia.com>
 
+	* rc/Makefile.am:
+	* rc/gtkrc.rc:
+	* rc/gtkviewport.rc: Remove the shadow from GtkViewPort.
+
+2007-02-05  Tommi Komulainen  <tommi.komulainen at nokia.com>
+
 	* rc/gtkbutton.rc: Remove the 'osso_button' detail so that we get
 	decent fallback graphics for all buttons. Remove references to all
 	other view buttons as the matching rules no longer apply.

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc	2007-02-05 16:01:32 UTC (rev 9653)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc	2007-02-05 16:50:47 UTC (rev 9654)
@@ -34,6 +34,7 @@
 include "gtkexpander.rc"
 include "gtkentrycompletion.rc"
 include "gtkcalendar.rc"
+include "gtkviewport.rc"
 
 include "hildonapp.rc"
 include "hildonbanners.rc"

Added: projects/haf/trunk/hildon-theme-layout-4/rc/gtkviewport.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtkviewport.rc	2007-02-05 16:01:32 UTC (rev 9653)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkviewport.rc	2007-02-05 16:50:47 UTC (rev 9654)
@@ -0,0 +1,18 @@
+####################################################
+# Theming for GtkViewPort
+####################################################
+
+# Disable the shadow painting completely
+
+style "osso-viewport" {
+  xthickness = 0
+  ythickness = 0
+
+  engine "sapwood" {
+    image {
+      function = SHADOW
+    }
+  }
+}
+
+class "GtkViewPort" style "osso-viewport"


More information about the maemo-commits mailing list