diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 21:34:19 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 21:34:19 +0800 |
commit | 1c65ffd0ff176eda1b1999e10e74bd94d94e4b58 (patch) | |
tree | 986b0b3885b9924a086a54acd1860f24d41fc919 /Home.ui.qml | |
parent | 826bbd5d2c4289fc86668b58c54c74b3e3413492 (diff) |
Prepare grid card and comment out textTruncate
Diffstat (limited to 'Home.ui.qml')
-rw-r--r-- | Home.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Home.ui.qml b/Home.ui.qml index 747fdbf..5956957 100644 --- a/Home.ui.qml +++ b/Home.ui.qml @@ -4,6 +4,6 @@ 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 + cellHeight: cellWidth * 1.3 ScrollBar.vertical: ScrollBar {} } |