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
1=== modified file 'components/TelegramDelegate.qml'
2--- components/TelegramDelegate.qml 2015-04-18 09:47:19 +0000
3+++ components/TelegramDelegate.qml 2015-04-24 12:49:42 +0000
4@@ -158,6 +158,7 @@
5 anchors.top: parent.top
6 height: text === "" ? 0 : implicitHeight
7 fontSize: userSettings.contents.fontSize
8+ font.weight: Font.Normal
9 color: senderColor
10 visible: !isPhotoOrVideo
11 elide: Text.ElideRight
12@@ -205,6 +206,7 @@
13 wrapMode: Text.WrapAtWordBoundaryOrAnywhere
14 fontSize: mediaType != TLMessageMedia.TypeMessageMediaEmpty ?
15 "small" : userSettings.contents.fontSize
16+ font.weight: Font.Normal
17 color: textColor
18 text: parseText(message)
19 textFormat: Text.RichText

Subscribers

People subscribed via source and target branches

to all changes: