summaryrefslogtreecommitdiff
path: root/Eduport.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Eduport.ui.qml')
-rw-r--r--Eduport.ui.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/Eduport.ui.qml b/Eduport.ui.qml
deleted file mode 100644
index 747fdbf..0000000
--- a/Eduport.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.6
- ScrollBar.vertical: ScrollBar {}
-}