summaryrefslogtreecommitdiffstats
path: root/qml/mw-ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/mw-ui.qml')
-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
}