summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-26 16:27:18 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-26 16:27:18 +0800
commit5a9fc079f5b142d2a36e9ec877398cb26487bd34 (patch)
treef853bcf3813aa2ad11ce2cebfc62b2113391dae5
parenta3211c73acb5730eae20bbea324e5784cc12476d (diff)
Attributes that will be reset anyway are put down
-rw-r--r--Card.ui.qml6
1 files 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
}