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

List:       kde-commits
Subject:    [kde-workspace/mart/AppletAttached] plasma: clean
From:       Marco Martin <notmart () gmail ! com>
Date:       2014-01-31 17:56:10
Message-ID: E1W9IK2-0006I7-85 () scm ! kde ! org
[Download RAW message or body]

Git commit 112ee2e696243bf651cf517a3623ad6eea832837 by Marco Martin.
Committed on 31/01/2014 at 17:55.
Pushed by mart into branch 'mart/AppletAttached'.

clean

M  +1    -3    plasma/desktop/containments/panel/contents/ui/main.qml
M  +0    -16   plasma/generic/applets/systemtray/package/contents/ui/TaskDelegate.qml

http://commits.kde.org/kde-workspace/112ee2e696243bf651cf517a3623ad6eea832837

diff --git a/plasma/desktop/containments/panel/contents/ui/main.qml \
b/plasma/desktop/containments/panel/contents/ui/main.qml index 7ebe835..96c48ad \
                100644
--- a/plasma/desktop/containments/panel/contents/ui/main.qml
+++ b/plasma/desktop/containments/panel/contents/ui/main.qml
@@ -230,9 +230,7 @@ function checkLastSpacer() {
                     checkLastSpacer();
                 }
             }
-Text{
-   text: (applet && applet.Layout ? applet.Layout.minimumWidth : "pollo")
-}
+
             Layout.minimumWidth: (plasmoid.formFactor != PlasmaCore.Types.Vertical ? \
(applet && applet.Layout.minimumWidth > 0 ? applet.Layout.minimumWidth : root.height) \
: root.width)  Layout.minimumHeight: (plasmoid.formFactor == \
PlasmaCore.Types.Vertical ? (applet && applet.Layout.minimumHeight > 0 ? \
applet.Layout.minimumHeight : root.width) : root.height)  
diff --git a/plasma/generic/applets/systemtray/package/contents/ui/TaskDelegate.qml \
b/plasma/generic/applets/systemtray/package/contents/ui/TaskDelegate.qml index \
                262d174..f5ac429 100644
--- a/plasma/generic/applets/systemtray/package/contents/ui/TaskDelegate.qml
+++ b/plasma/generic/applets/systemtray/package/contents/ui/TaskDelegate.qml
@@ -82,22 +82,6 @@ QtExtraComponents.MouseEventListener {
         opacity: 0.8;
     }
 
-    Component {
-        id: exandedStatusItemComponent
-        Item {
-            Rectangle {
-                anchors.fill: parent;
-                border.width: 1;
-                border.color: "black";
-                color: "green";
-                visible: root.debug;
-                opacity: 0.7;
-            }
-
-        }
-    }
-
-
     property bool isExpanded: expanded
 
     onIsExpandedChanged: {


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

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