From ffe8aea2092fb6d39617e0b50ad7cbe1f739f0db 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 10:32:58 +0800 Subject: Reorder --- CardItem.ui.qml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/CardItem.ui.qml b/CardItem.ui.qml index 8f19fc2..dfe5345 100644 --- a/CardItem.ui.qml +++ b/CardItem.ui.qml @@ -29,7 +29,6 @@ Rectangle { Item { id: badgeAndFavorite height: favorite.height - anchors { top: parent.top left: parent.left @@ -66,6 +65,10 @@ Rectangle { id: title text: qsTr("Sketch from A to Z: for app designer") wrapMode: Text.Wrap + font { + weight: Font.Medium + pointSize: 20 + } anchors { top: badgeAndFavorite.bottom topMargin: 16 @@ -74,16 +77,16 @@ Rectangle { right: parent.right rightMargin: 16 } - font { - weight: Font.Medium - pointSize: 20 - } } Label { id: textTruncate text: qsTr("Rooms oh fully taken by worse do Points afraid but may end Rooms Points afraid but may end Rooms") wrapMode: Text.Wrap + font { + weight: Font.Light + pointSize: 14 + } anchors { top: title.bottom topMargin: 16 @@ -94,10 +97,6 @@ Rectangle { right: parent.right rightMargin: 16 } - font { - weight: Font.Light - pointSize: 14 - } } } } -- cgit v1.2.3