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


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

The following commit has been merged in the master branch:
commit d673f085e64dc75b1e91728c862d24e31b56541a
Author: Lasath Fernando <kde at lasath.org>
Date:   Mon Feb 13 14:43:51 2012 +1100

    Make header text in chat area bold
    
    Helps distigusih the actual message from the text saying who said it.
    
    BUG: 293485
---
 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 db95451..031ca26 100644
--- a/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
@@ -8,11 +8,12 @@ Item {
     PlasmaComponents.Label {
         id: header
 
+        height: paintedHeight
         width: view.width
         wrapMode: Text.Wrap
 
         color: textColor
-        text: "[" + Qt.formatTime(model.time) + "] " + model.user + " :"
+        text: "<b>[" + Qt.formatTime(model.time) + "] " + model.user + " :</b>"
     }
     PlasmaComponents.Label {
         id: body

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list