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


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

The following commit has been merged in the master branch:
commit 555eed96cadacbc96c7148ee6b4120bf0f2c5270
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Feb 8 02:17:50 2013 +0100

    Remove warning
    
    The view will set the width, no need to do that ourselves.
    
    Reviewed by David Edmundson (although I'm unsure he noticed that hunk)
---
 contactlist/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml
index 164fdfc..7165f92 100644
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml
+++ b/contactlist/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml
@@ -27,7 +27,6 @@ PlasmaComponents.ListItem {
     enabled: true
 
     height: Math.ceil(nickLabel.height*1.5)
-    width: parent.width
     
     onClicked: contactList.startChat(model.account, model.contact)
 

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list