diff options
Diffstat (limited to 'modules/launcher/items/CalcItem.qml')
| -rw-r--r-- | modules/launcher/items/CalcItem.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/items/CalcItem.qml b/modules/launcher/items/CalcItem.qml index 120866f..65489d9 100644 --- a/modules/launcher/items/CalcItem.qml +++ b/modules/launcher/items/CalcItem.qml @@ -23,7 +23,7 @@ Item { anchors.right: parent?.right StateLayer { - radius: Appearance.rounding.full + radius: Appearance.rounding.normal function onClicked(): void { root.onClicked(); |