diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-30 12:31:37 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-30 12:31:37 +0800 |
commit | 53011b961bf322797b3e8fdd354a9558e91652c0 (patch) | |
tree | d0c1116ea9401cb35e243242559f5478259560d4 /Course/Detail/Classic/Content | |
parent | 73eb23967ac038bef0024079313a6eebcc915505 (diff) |
Fix sidebar margins & spacings
Diffstat (limited to 'Course/Detail/Classic/Content')
-rw-r--r-- | Course/Detail/Classic/Content/Sidebar/Video.ui.qml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Course/Detail/Classic/Content/Sidebar/Video.ui.qml b/Course/Detail/Classic/Content/Sidebar/Video.ui.qml index d9a78d1..5e6e155 100644 --- a/Course/Detail/Classic/Content/Sidebar/Video.ui.qml +++ b/Course/Detail/Classic/Content/Sidebar/Video.ui.qml @@ -18,6 +18,7 @@ ColumnLayout { property alias time: time property alias trial: trial property alias buy: buy + spacing: 16 Image { id: image @@ -58,15 +59,16 @@ ColumnLayout { } ColumnLayout { + Layout.topMargin: 0 + Layout.margins: 16 RowLayout { - Layout.topMargin: 16 - Layout.bottomMargin: 16 ColumnLayout { - spacing: 8 + spacing: 0 RowLayout { + spacing: 8 Lbl.H3 { text: priceText @@ -109,6 +111,7 @@ ColumnLayout { RowLayout { id: time + spacing: 8 Lbl.Body { text: qsTr("5 days left at this price") @@ -120,8 +123,6 @@ ColumnLayout { RowLayout { Layout.topMargin: 16 - Layout.fillWidth: true - spacing: 16 BtnOutline.Primary { id: trial |