diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-25 21:18:15 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-25 21:18:15 +0800 |
commit | 805f099b7ad2f9197e5a9fe6446a59709ace41a9 (patch) | |
tree | 88626f34db335487d1f660d18ec8fd01c965e50d /HomeDefault.ui.qml | |
parent | 152f06a7d11800e79e7b8a6fce8586c4f5ee0c51 (diff) |
Fix most popular courses vertical margins
Diffstat (limited to 'HomeDefault.ui.qml')
-rw-r--r-- | HomeDefault.ui.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index c3e8d2f..c7ef8b4 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -170,9 +170,10 @@ Flickable { } ColumnLayout { + Layout.topMargin: 64 Layout.leftMargin: 15 Layout.rightMargin: 15 - Layout.bottomMargin: 25.6 + Layout.bottomMargin: 48 Label { text: qsTr("Most Popular Courses") |