diff options
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  |