summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Baker <jasperodus@zoho.com>2018-12-23 19:45:46 +0000
committerPapoteur <papoteur@mageia.org>2018-12-25 10:19:15 +0100
commitbe9620d85e8dcb95c88eeaaeb3a88401e3dfa106 (patch)
treef3ddd4fddeb7bcd8d74399b283c3ccaf048f29e6
parent4be67321a0487ceef7566053c286672a43e7761b (diff)
downloadmageiawelcome-be9620d85e8dcb95c88eeaaeb3a88401e3dfa106.tar
mageiawelcome-be9620d85e8dcb95c88eeaaeb3a88401e3dfa106.tar.gz
mageiawelcome-be9620d85e8dcb95c88eeaaeb3a88401e3dfa106.tar.bz2
mageiawelcome-be9620d85e8dcb95c88eeaaeb3a88401e3dfa106.tar.xz
mageiawelcome-be9620d85e8dcb95c88eeaaeb3a88401e3dfa106.zip
Applications: SW titles - bold -> demibold. SW descriptions - reduce size and italicize.
-rw-r--r--qml/mw-ui.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index 0ca366a..7d27e68 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -575,11 +575,13 @@ Rectangle {
Label {
leftPadding:5
text: title
- font.bold: true
+ font.weight: Font.Medium
}
Label {
leftPadding:5
text: description
+ font.italic: true
+ font.pixelSize: Qt.application.font.pixelSize * .9
width: view.width - (200 + 32 +30 + 100)
wrapMode: Text.WordWrap
}