diff options
-rw-r--r-- | GridCard.ui.qml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/GridCard.ui.qml b/GridCard.ui.qml index 84c6689..2dde55e 100644 --- a/GridCard.ui.qml +++ b/GridCard.ui.qml @@ -56,12 +56,8 @@ Item { text: badgeText font.pointSize:12 anchors { - top: parent.top - topMargin: 5.6 left: parent.left - leftMargin: 10.4 - bottom: parent.bottom - leftMargin: 5.6 + verticalCenter: parent.verticalCenter } } |