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

Reply via email to