[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bplasma-mobile=5D_containments/mobilelauncher/qml=3A?=
From:       Sebastian_Kügler <sebas () kde ! org>
Date:       2011-07-01 0:43:36
Message-ID: 20110701004336.E326BA60A6 () git ! kde ! org
[Download RAW message or body]

Git commit f5cfba4e4b2ef56b6fee72c7fa23a9a20b1cbc31 by Sebastian Kügler.
Committed on 01/07/2011 at 02:43.
Pushed by sebas into branch 'master'.

use theme color for tag cloud

M  +7    -0    containments/mobilelauncher/qml/view.qml     

http://commits.kde.org/plasma-mobile/f5cfba4e4b2ef56b6fee72c7fa23a9a20b1cbc31

diff --git a/containments/mobilelauncher/qml/view.qml b/containments/mobilelauncher/qml/view.qml
index fcaed78..6a0707a 100644
--- a/containments/mobilelauncher/qml/view.qml
+++ b/containments/mobilelauncher/qml/view.qml
@@ -35,6 +35,10 @@ Item {
         id: contextMenu
     }
 
+    PlasmaCore.Theme {
+        id: theme
+    }
+
     Flickable {
         id: tagCloud
         width: 200
@@ -58,6 +62,7 @@ Item {
                 text: i18n("Everything")
                 font.pointSize: 20
                 font.bold: true
+                color: theme.textColor
 
                 MouseArea {
                     anchors.fill: parent
@@ -80,6 +85,8 @@ Item {
                     id: tagDelegate
                     text: display
                     font.pointSize: 8+(Math.min(weight*4, 40)/2)
+                    color: theme.textColor
+
                     MouseArea {
                         anchors.fill: parent
                         onClicked: {

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic