[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:30 UTC 2016


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

The following commit has been merged in the master branch:
commit dd4e0ec0bb2d0fffd9a0a574e6b28f8018169445
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Mar 19 22:53:33 2013 +0000

    Don't set a size for the contact list
    
    There is still a minimum size attached so it will default to that.
    This allows it to expand when placed in a panel
    
    BUG: 299157
---
 contactlist/org.kde.ktp-contactlist/contents/ui/main.qml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/main.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/main.qml
index 46e4d55..89a9262 100644
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/main.qml
+++ b/contactlist/org.kde.ktp-contactlist/contents/ui/main.qml
@@ -25,9 +25,6 @@ Item {
     property int minimumWidth: 200
     property int minimumHeight: 300
 
-    width: 200
-    height: 300
-
     ContactList {
         id: contactList
         anchors.fill: parent

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list