diff options
Diffstat (limited to 'CardGrid.ui.qml')
-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 } } } |