diff options
| -rw-r--r-- | Card.ui.qml | 6 | 
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  } |