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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:39 UTC 2016


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

The following commit has been merged in the master branch:
commit 4654a61a5f75079e29ddd84c0b3dafe84bc0dc85
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Jun 19 07:13:04 2015 +0200

    Fix icon placing in the DeviceDelegate
---
 app/qml/DeviceDelegate.qml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/qml/DeviceDelegate.qml b/app/qml/DeviceDelegate.qml
index 9cf862f..c6f08f1 100644
--- a/app/qml/DeviceDelegate.qml
+++ b/app/qml/DeviceDelegate.qml
@@ -31,8 +31,9 @@ Item
     QIconItem {
         id: icon
         width: 40
-        height: 40
+        height: parent.height
         icon: iconName
+        anchors.verticalCenter: parent.verticalCenter
     }
     MouseArea {
         anchors.fill: parent

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list