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


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

The following commit has been merged in the master branch:
commit fc342c538ea54e297d5633d849e249e4f9e1e991
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Mar 29 01:34:32 2013 +0100

    Change the step size of the chat dialog scroll bar
    
    I think it helps with the scrolling problem, I thought I had committed that
    change in the plasma component, we're better off specifying the default
    value anyway.
    
    Reviewed by David
---
 chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
index ee8feb4..fa2e6e5 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
@@ -205,6 +205,7 @@ FocusScope {
         width: 16
         orientation: Qt.Vertical
         opacity: view.atYEnd ? 0.3 : 1
+        stepSize: 0
 
         Behavior on width { NumberAnimation { duration: 250 } }
         Behavior on opacity { NumberAnimation { duration: 250 } }

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list