diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-09 15:43:14 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-09 15:43:14 +0800 |
commit | c75c1156f31f81700a5223b2cb79eca5006bf67b (patch) | |
tree | 8ba3b35341781b991174edf9dd1491ead65aa621 | |
parent | b0e256875f402c885462c7faaeb4a0c2b2d29800 (diff) |
Fix card item radius
-rw-r--r-- | CardGrid.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CardGrid.ui.qml b/CardGrid.ui.qml index f981e70..1645be1 100644 --- a/CardGrid.ui.qml +++ b/CardGrid.ui.qml @@ -55,7 +55,7 @@ Item { maskSource: Rectangle { width: image.width height: image.height - radius: 10 + radius: 8 } } } |