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


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

The following commit has been merged in the master branch:
commit c08b248eaef3dd69a7b5f2b9c3f503d6e43b5c80
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Mar 14 20:54:47 2012 +0000

    Make the scrolling act sensibly for the desktop
---
 src/declarative/contents/ui/ContactList.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/declarative/contents/ui/ContactList.qml b/src/declarative/contents/ui/ContactList.qml
index 227763e..168bcd9 100644
--- a/src/declarative/contents/ui/ContactList.qml
+++ b/src/declarative/contents/ui/ContactList.qml
@@ -75,6 +75,7 @@ Item {
 
         clip: true;
         model: contactListModel;
+        boundsBehavior: Flickable.StopAtBounds
 
         delegate:
             ListContactDelegate {

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list