summaryrefslogtreecommitdiff
path: root/modules/launcher/AppItem.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-09 22:24:49 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-09 22:24:49 +1000
commited55afbcd87807b3a84910c51c1791c9425de1a6 (patch)
treecb2a7ba08518e75b0a07b8ceafb419b5cfdb2aa9 /modules/launcher/AppItem.qml
parentlauncher: fix flatten anim (diff)
downloadcaelestia-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.qml2
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);