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

List:       kde-commits
Subject:    [plasma-mediacenter] shells/newshell/package/contents/ui: revert the accidentally deleted gradient :
From:       Shantanu Tushar <shaan7in () gmail ! com>
Date:       2012-03-31 10:30:00
Message-ID: 20120331103000.4A142A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit 4ddfb00c5a835837e04d9f4b9450044996796619 by Shantanu Tushar.
Committed on 31/03/2012 at 12:29.
Pushed by shantanu into branch 'master'.

revert the accidentally deleted gradient :/

CCMAIL: ksinny@gmail.com

M  +5    -1    shells/newshell/package/contents/ui/mediacenter.qml

http://commits.kde.org/plasma-mediacenter/4ddfb00c5a835837e04d9f4b945004499=
6796619

diff --git a/shells/newshell/package/contents/ui/mediacenter.qml b/shells/n=
ewshell/package/contents/ui/mediacenter.qml
index 428f2d1..89ffda2 100644
--- a/shells/newshell/package/contents/ui/mediacenter.qml
+++ b/shells/newshell/package/contents/ui/mediacenter.qml
@@ -24,7 +24,11 @@ import org.kde.plasma.components 0.1 as PlasmaComponents
 =

 Rectangle {
     id: mediaCenterRootItem
-    color: "black"
+    gradient: Gradient {
+        GradientStop { position: 0.0; color: "#000000" }
+        GradientStop { position: 0.5; color: "#222222" }
+        GradientStop { position: 1.0; color: "#000000" }
+    }
 =

     MediaCenterComponents.RuntimeData {
         id: runtimeData
[prev in list] [next in list] [prev in thread] [next in thread] 

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