diff options
author | anatasof wirapraja <anatasof.wirapraja@gmail.com> | 2023-03-18 10:52:06 +0700 |
---|---|---|
committer | anatasof wirapraja <anatasof.wirapraja@gmail.com> | 2023-03-18 10:52:06 +0700 |
commit | 8a1053d8e5aa32aa83804912577cc6b81084ed09 (patch) | |
tree | ba528bf6ff7d943404306944fb2ec5f87b3a47b9 | |
parent | ec04676fcb31a7b70a33ea77fd8509a52876ed6c (diff) |
add width for cardFooterContent
-rw-r--r-- | CardItemGrid.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CardItemGrid.ui.qml b/CardItemGrid.ui.qml index 1b82fbe..f6b0206 100644 --- a/CardItemGrid.ui.qml +++ b/CardItemGrid.ui.qml @@ -189,6 +189,7 @@ Item { Layout.margins: 20 Layout.rightMargin: 20 Layout.leftMargin: 20 + width: cardFooterBorder.width RowLayout { id: cardFooterTimer |