[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:53 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=79edcf5

The following commit has been merged in the master branch:
commit 79edcf56857b2b5560077260ea39dae37db370e0
Author: Elias Probst <mail at eliasprobst.eu>
Date:   Mon Sep 1 21:15:51 2014 +0200

    Visual streamlining of plasmoid.
    
    Adapt the 'No paired devices available' message's style to the style
    used by plasma-workspace plasmoids.
    
    REVIEW: 120031
---
 plasmoid/package/contents/ui/FullRepresentation.qml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/plasmoid/package/contents/ui/FullRepresentation.qml b/plasmoid/package/contents/ui/FullRepresentation.qml
index 87749bc..98e2e03 100644
--- a/plasmoid/package/contents/ui/FullRepresentation.qml
+++ b/plasmoid/package/contents/ui/FullRepresentation.qml
@@ -27,11 +27,12 @@ import org.kde.kdeconnect 1.0 as KdeConnect
 Item {
     id: kdeconnect
 
-    PlasmaComponents.Label {
+    PlasmaExtras.Heading {
+        width: parent.width
+        level: 3
+        opacity: 0.6
+        text: i18n("No Paired Devices Available")
         visible: devicesView.count==0
-        text: i18n("No paired devices available")
-        anchors.fill: parent
-        horizontalAlignment: Text.AlignHCenter
     }
 
     /*

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list