[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:15 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=966e7b0

The following commit has been merged in the master branch:
commit 966e7b0ae508033dad15b6fc2b733910a0edf699
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
---
 plasmoid/org.kde.ktp-chatplasmoid/contents/ui/TextDelegate.qml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/TextDelegate.qml b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/TextDelegate.qml
index db95451..031ca26 100644
--- a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/TextDelegate.qml
+++ b/plasmoid/org.kde.ktp-chatplasmoid/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-text-ui packaging



More information about the pkg-kde-commits mailing list