summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qml/mw-ui.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index 0b7b68d..0ca366a 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -573,10 +573,12 @@ Rectangle {
//}
Column{
Label {
+ leftPadding:5
text: title
font.bold: true
}
Label {
+ leftPadding:5
text: description
width: view.width - (200 + 32 +30 + 100)
wrapMode: Text.WordWrap