[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:18:26 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=448328f

The following commit has been merged in the master branch:
commit 448328f6c4e07ec4365554e18e240f2daba8aef7
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Mar 7 01:37:25 2013 +0100

    Small code cleanup
    
    Remove comments that don't say much
    Remove commented code that we don't need
    Remove ; in qml definitions
---
 contactlist/org.kde.ktp-contactlist/contents/ui/main.qml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/main.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/main.qml
index 1d410e6..46e4d55 100644
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/main.qml
+++ b/contactlist/org.kde.ktp-contactlist/contents/ui/main.qml
@@ -22,20 +22,15 @@ import QtQuick 1.1
 Item {
     id: main;
 
-    property int minimumWidth: 200;
-    property int minimumHeight: 300;
+    property int minimumWidth: 200
+    property int minimumHeight: 300
 
     width: 200
     height: 300
 
-    // contact listview
     ContactList {
-        id: contactList;
-        anchors.fill: parent;
-//         anchors.topMargin:10
-//         anchors.bottomMargin:10
-//         anchors.leftMargin:10
-//         anchors.rightMargin:10
+        id: contactList
+        anchors.fill: parent
     }
 
     Component.onCompleted: {

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list