diff options
Diffstat (limited to 'Home.ui.qml')
-rw-r--r-- | Home.ui.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Home.ui.qml b/Home.ui.qml deleted file mode 100644 index 5956957..0000000 --- a/Home.ui.qml +++ /dev/null @@ -1,9 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -GridView { - cellWidth: width < 576 ? parent.width : width < 768 ? parent.width / 2 - : width < 992 ? parent.width / 3 : parent.width / 4 - cellHeight: cellWidth * 1.3 - ScrollBar.vertical: ScrollBar {} -} |