diff options
Diffstat (limited to 'Shop/Course.ui.qml')
-rw-r--r-- | Shop/Course.ui.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Shop/Course.ui.qml b/Shop/Course.ui.qml index 502fbab..5aaf8d0 100644 --- a/Shop/Course.ui.qml +++ b/Shop/Course.ui.qml @@ -62,13 +62,14 @@ ColumnLayout { Item { Layout.fillWidth: true Layout.topMargin: 16 - Lbl.Body { + Label { anchors { top: parent.top left: parent.left bottom: parent.bottom } text: priceText + wrapMode: Label.Wrap } } } |