diff options
Diffstat (limited to 'modules/launcher/AppItem.qml')
| -rw-r--r-- | modules/launcher/AppItem.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/AppItem.qml b/modules/launcher/AppItem.qml index dd0682f..6335dd0 100644 --- a/modules/launcher/AppItem.qml +++ b/modules/launcher/AppItem.qml @@ -18,7 +18,7 @@ PaddedRect { anchors.right: parent.right StateLayer { - radius: Appearance.rounding.normal + radius: Appearance.rounding.full function onClicked(): void { Apps.launch(root.modelData); |