~ralsina/+junk/hello-v1

« back to all changes in this revision

Viewing changes to app/hello.qml

  • Committer: Roberto Alsina
  • Date: 2014-07-23 13:55:10 UTC
  • Revision ID: roberto.alsina@canonical.com-20140723135510-t00v2wrlrvxuri4t
text wrap, some bold

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
            model: messagesModel
113
113
            anchors.fill: parent
114
114
            delegate: Text {
115
 
                text: direction + nick + ": " + message
 
115
                text: "<b>" + direction + nick + ":</b> " + message
 
116
                wrapMode: Text.Wrap
 
117
                width: parent.width
116
118
            }
117
119
            function handle_error(error) {
118
120
                messagesModel.append({