Merge lp:~libqtelegram-team/telegram-app/app-dev-easy-reading into lp:telegram-app/app-dev

Proposed by Michał Karnicki
Status: Merged
Approved by: Roberto Mier Escandon
Approved revision: 321
Merged at revision: 320
Proposed branch: lp:~libqtelegram-team/telegram-app/app-dev-easy-reading
Merge into: lp:telegram-app/app-dev
Diff against target: 19 lines (+2/-0)
1 file modified
components/TelegramDelegate.qml (+2/-0)
To merge this branch: bzr merge lp:~libqtelegram-team/telegram-app/app-dev-easy-reading
Reviewer Review Type Date Requested Status
libqtelegram team Pending
Review via email: mp+257363@code.launchpad.net

Description of the change

Improve reading in message bubbles. Dont' use Text.Light (seems to be default), use Text.Normal explicitly.

To post a comment you must log in.
321. By Michał Karnicki

Ooopsie.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'components/TelegramDelegate.qml'
--- components/TelegramDelegate.qml 2015-04-18 09:47:19 +0000
+++ components/TelegramDelegate.qml 2015-04-24 12:49:42 +0000
@@ -158,6 +158,7 @@
158 anchors.top: parent.top158 anchors.top: parent.top
159 height: text === "" ? 0 : implicitHeight159 height: text === "" ? 0 : implicitHeight
160 fontSize: userSettings.contents.fontSize160 fontSize: userSettings.contents.fontSize
161 font.weight: Font.Normal
161 color: senderColor162 color: senderColor
162 visible: !isPhotoOrVideo163 visible: !isPhotoOrVideo
163 elide: Text.ElideRight164 elide: Text.ElideRight
@@ -205,6 +206,7 @@
205 wrapMode: Text.WrapAtWordBoundaryOrAnywhere206 wrapMode: Text.WrapAtWordBoundaryOrAnywhere
206 fontSize: mediaType != TLMessageMedia.TypeMessageMediaEmpty ?207 fontSize: mediaType != TLMessageMedia.TypeMessageMediaEmpty ?
207 "small" : userSettings.contents.fontSize208 "small" : userSettings.contents.fontSize
209 font.weight: Font.Normal
208 color: textColor210 color: textColor
209 text: parseText(message)211 text: parseText(message)
210 textFormat: Text.RichText212 textFormat: Text.RichText

Subscribers

People subscribed via source and target branches

to all changes: