D9542: Improve display of technical app info

Nathaniel Graham noreply at phabricator.kde.org
Fri Dec 29 15:00:40 UTC 2017


ngraham marked 2 inline comments as done.
ngraham added inline comments.

INLINE COMMENTS

> alexeymin wrote in ApplicationPage.qml:153
> Why do you put a `Text` inside a label? Why not use `font.bold` property of Label itself?

This was actually the only way I could get it to work. Doing this:

  QQC2.Label {
              Layout.fillWidth: true
              text: appInfo.application.comment
              font.bold: true
              wrapMode: Text.WordWrap
              elide: Text.ElideRight
              maximumLineCount: 1
              bottomPadding: 20
          }

...had no effect, and did not make the text bold.

REPOSITORY
  R134 Discover Software Store

REVISION DETAIL
  https://phabricator.kde.org/D9542

To: ngraham, apol, #vdg, #discover_software_store
Cc: alexeymin, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20171229/555b4a8f/attachment.html>


More information about the Plasma-devel mailing list