diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-09 22:24:49 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-09 22:24:49 +1000 |
| commit | ed55afbcd87807b3a84910c51c1791c9425de1a6 (patch) | |
| tree | cb2a7ba08518e75b0a07b8ceafb419b5cfdb2aa9 /modules/launcher/AppItem.qml | |
| parent | launcher: fix flatten anim (diff) | |
| download | caelestia-shell-ed55afbcd87807b3a84910c51c1791c9425de1a6.tar.gz caelestia-shell-ed55afbcd87807b3a84910c51c1791c9425de1a6.tar.bz2 caelestia-shell-ed55afbcd87807b3a84910c51c1791c9425de1a6.zip | |
launcher: better style
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); |