diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-11-15 15:09:03 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-11-15 15:09:03 +0800 |
commit | ed0a68ec9091819872127b1fd74f52bde37165f0 (patch) | |
tree | ce9889a86bcc40f24819bbad0743bd12055cb9dc | |
parent | 1cf191f9000ff5ae20d51eba62d9af1d5d4a3bf9 (diff) |
Popular Course Tabs Content
-rw-r--r-- | DefaultHomeStackView.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DefaultHomeStackView.ui.qml b/DefaultHomeStackView.ui.qml index 7c83a4d..2b84be7 100644 --- a/DefaultHomeStackView.ui.qml +++ b/DefaultHomeStackView.ui.qml @@ -2,7 +2,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 StackView { - property alias grid: grid + property alias popularCourseTabsContent: popularCourseTabsContent initialItem: Item { @@ -72,7 +72,7 @@ StackView { } GridView { - id: grid + id: popularCourseTabsContent cellWidth: width < 576 ? width : width < 768 ? width / 2 : width < 992 ? width / 3 : width / 4 cellHeight: cellWidth * 1.3 |