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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Mar 5 14:19:03 EET 2007
Author: xan
Date: 2007-03-05 14:19:02 +0200 (Mon, 05 Mar 2007)
New Revision: 10360

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc
Log:

        * rc/gtktreeview.rc:

        Remove {odd,even}-row-color properties, they are not used by the theme
        engine.
        Remove passive-focus property, it's gone from GTK+.
        Remove expander-indent, it's now an ordinary property inside GTK+ with
        the correct default value if MAEMO_CHANGES is enabled.



Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-03-05 10:10:17 UTC (rev 10359)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-03-05 12:19:02 UTC (rev 10360)
@@ -1,3 +1,13 @@
+2007-03-05  Xan Lopez  <xan.lopez at nokia.com>
+
+	* rc/gtktreeview.rc:
+
+	Remove {odd,even}-row-color properties, they are not used by the theme
+	engine.
+	Remove passive-focus property, it's gone from GTK+.
+	Remove expander-indent, it's now an ordinary property inside GTK+ with
+	the correct default value if MAEMO_CHANGES is enabled.
+
 2007-03-02  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* rc/gtkscrolledwindow.rc: Fixing the scrolled window shadow. Not used

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc	2007-03-05 10:10:17 UTC (rev 10359)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc	2007-03-05 12:19:02 UTC (rev 10360)
@@ -6,15 +6,11 @@
   text[ACTIVE] = "DefaultTextColor"
   text[SELECTED] = "DefaultTextColor"
 
-  GtkTreeView::odd_row_color = "DefaultBackgrdColor"
-  GtkTreeView::even_row_color = "DefaultBackgrdColor"
   GtkTreeView::expander-size = 0
-  GtkTreeView::expander-indent = 8
+  GtkTreeView::vertical-separator = 2
   GtkTreeView::horizontal-separator = 6
-  GtkTreeView::vertical-separator = 2	  
-  GtkTreeView::row-ending-details = 1
-  GtkTreeView::passive_focus = 1
   GtkTreeView::separator-height = 15
+  GtkTreeView::row-ending-details = 1
 
   engine "sapwood"
   {


More information about the maemo-commits mailing list