diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 21:50:41 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 21:50:41 +0800 |
commit | 4f156d3f249eed55c8f6d2906fce2ac0c7eef18f (patch) | |
tree | 873a6d16c588e0eb2b41b1d08c5fee63b24bce70 /GridCard.ui.qml | |
parent | a76f7ffe8db83e39ef91d98c0958668437d64e1a (diff) |
Fix badge anchors
Diffstat (limited to 'GridCard.ui.qml')
-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 } } |