From 8a1053d8e5aa32aa83804912577cc6b81084ed09 Mon Sep 17 00:00:00 2001 From: anatasof wirapraja Date: Sat, 18 Mar 2023 10:52:06 +0700 Subject: add width for cardFooterContent --- CardItemGrid.ui.qml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3