From 5a9fc079f5b142d2a36e9ec877398cb26487bd34 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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.3