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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Oct 1 16:30:46 EEST 2007
Author: tjunnone
Date: 2007-10-01 16:30:45 +0300 (Mon, 01 Oct 2007)
New Revision: 14240

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
Log:
2007-10-01  Tomas Junnonen  <tomas.junnonen at nokia.com>

        * rc/hildonkeyboard.rc: Use DefaultTextColor as word completion
        candidate button foreground.



Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-10-01 13:26:58 UTC (rev 14239)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-10-01 13:30:45 UTC (rev 14240)
@@ -1,3 +1,8 @@
+2007-10-01  Tomas Junnonen  <tomas.junnonen at nokia.com>
+
+        * rc/hildonkeyboard.rc: Use DefaultTextColor as word completion
+        candidate button foreground.
+
 2007-10-01  Johan Bilien  <johan.bilien at nokia.com>
 
 	* rc/hildonnavigator.rc: add ACTIVE and PRELIGHT background

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-10-01 13:26:58 UTC (rev 14239)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-10-01 13:30:45 UTC (rev 14240)
@@ -477,8 +477,12 @@
 widget "*.hildon-wc-prefix-button" style "osso-input-method-word-completion-prefix-button"
 
 #word completion candidate buttons
-style "osso-input-method-word-completion-candidates"
+style "osso-input-method-word-completion-candidates" = "osso-logical-colors"
 {
+    fg[NORMAL] = @DefaultTextColor
+    fg[ACTIVE] = @DefaultTextColor
+    fg[PRELIGHT] = @DefaultTextColor
+
     engine "sapwood"
     {
         image
@@ -504,7 +508,7 @@
         }
     }
 }
-widget "*.hildon-wc-candidate-button" style "osso-input-method-word-completion-candidates"
+widget "*.hildon-wc-candidate-button*" style "osso-input-method-word-completion-candidates"
 
 #finger keyboard
 widget "*.osso-im-fkb-renderer" style "osso-LargeFont"


More information about the maemo-commits mailing list