From 5a9fc079f5b142d2a36e9ec877398cb26487bd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 26 Sep 2022 16:27:18 +0800 Subject: Attributes that will be reset anyway are put down --- Card.ui.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Card.ui.qml b/Card.ui.qml index 1f4c8c0..7e464a3 100644 --- a/Card.ui.qml +++ b/Card.ui.qml @@ -7,9 +7,6 @@ Item { property string titleText: "Sketch from A to Z: for app designer" property string textTruncateText: "Rooms oh fully taken by worse do Points afraid but may end Rooms Points afraid but may end Rooms" - width: 300 - height: 480 - Rectangle { anchors { top: parent.top @@ -113,4 +110,7 @@ Item { } } } + + width: 300 + height: 480 } -- cgit v1.2.3