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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Sep 26 14:02:17 EEST 2007
Author: mdk
Date: 2007-09-26 14:02:14 +0300 (Wed, 26 Sep 2007)
New Revision: 14109

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc
   projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc
Log:
Changing the focus line width. Fixes: NB#71011. 
AM/PM button now uses DefaultTextColor.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-26 10:52:23 UTC (rev 14108)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-26 11:02:14 UTC (rev 14109)
@@ -1,3 +1,10 @@
+2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* rc/gtktreeview.rc: Changing the focus line width. Fixes: NB#71011. 
+
+	* rc/hildontimeeditor.rc: AM/PM button now uses DefaultTextColor. Fixes:
+	NB#70769.
+
 2007-09-25  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	[0.14.0-1 release]

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc	2007-09-26 10:52:23 UTC (rev 14108)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc	2007-09-26 11:02:14 UTC (rev 14109)
@@ -9,8 +9,6 @@
   text[ACTIVE] = @DefaultTextColor
   text[SELECTED] = @DefaultTextColor
 
-  GtkTreeView::expander-size = 0
-  GtkTreeView::vertical-separator = 2
   GtkTreeView::horizontal-separator = 6
   GtkTreeView::tree-view-separator-area = 15
   GtkTreeView::row-ending-details = 1

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc	2007-09-26 10:52:23 UTC (rev 14108)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildontimeeditor.rc	2007-09-26 11:02:14 UTC (rev 14109)
@@ -1,6 +1,20 @@
 # Copyright Nokia Corporation 2007
 # Licensed under Creative Commons Attribution-ShareAlike 2.5 license
 
+style "osso-time-editor-ampm-button-text" = "osso-color-themeing" {
+
+    fg[NORMAL] = @DefaultTextColor
+    fg[PRELIGHT] = @DefaultTextColor
+    fg[ACTIVE] = @DefaultTextColor
+    fg[SELECTED] = @DefaultTextColor
+    fg[INSENSITIVE] = @DefaultTextColor
+    text[NORMAL] = @DefaultTextColor
+    text[PRELIGHT] = @DefaultTextColor
+    text[ACTIVE] = @DefaultTextColor
+    text[SELECTED] = @DefaultTextColor
+    text[INSENSITIVE] = @DefaultTextColor
+}
+
 style "osso-time-editor-button"
 {
   GtkButton::default_border = { 0, 0, 0, 0 }
@@ -48,6 +62,7 @@
 
 widget_class "*.HildonTimeEditor.GtkFrame.*.GtkButton" style "osso-time-editor-ampm-button"
 widget_class "*.HildonTimeEditor.GtkButton" style "osso-time-editor-button"
+widget_class "*.HildonTimeEditor.GtkFrame.*.GtkButton.GtkLabel" style "osso-time-editor-ampm-button-text"
 
 style "osso-time-editor-frame"
 {


More information about the maemo-commits mailing list