[SCM] ktp-contact-applet packaging branch, master, updated. debian/16.04.2-1-67-g066859a

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:08:30 UTC 2017


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

The following commit has been merged in the master branch:
commit 6a4906090db93923b203dfba6bd2a9f681e03e49
Author: Kai Uwe Broulik <kde at privat.broulik.de>
Date:   Tue Sep 27 14:46:07 2016 +0200

    [Quick Chat] Unset PlasmaComponents.Label default height
    
    This fixes the base of the chat message and time not lining up as well as
    the time sometimes bleednig outside the delegate in case of a one-line message.
    
    REVIEW: 128135
---
 chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml b/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
index ab686a6..fc2ead1 100644
--- a/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
@@ -27,7 +27,7 @@ PlasmaComponents.Label {
 
     text: model.text
     textFormat: Text.RichText
-    height: paintedHeight
+    height: undefined
 
     onLinkActivated: {
         console.log("opening link: " + link);
@@ -36,6 +36,7 @@ PlasmaComponents.Label {
 
     //Hover to display the time when hovering a message
     PlasmaComponents.Label {
+        height: undefined
         text: Qt.formatTime(model.time)
         anchors {
             top: parent.top

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list