diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-10 21:30:54 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-10 21:30:54 +1000 |
| commit | 8da5acdb3dced9b4430addbc7cb2800a928eeb19 (patch) | |
| tree | 099844e467a4920005f23efa963f048869fe917f /modules/launcher/items/VariantItem.qml | |
| parent | launcher: add config option for hiding applications (#568) (diff) | |
| download | caelestia-shell-8da5acdb3dced9b4430addbc7cb2800a928eeb19.tar.gz caelestia-shell-8da5acdb3dced9b4430addbc7cb2800a928eeb19.tar.bz2 caelestia-shell-8da5acdb3dced9b4430addbc7cb2800a928eeb19.zip | |
launcher: not full rounding + better anim
Diffstat (limited to '')
| -rw-r--r-- | modules/launcher/items/VariantItem.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/items/VariantItem.qml b/modules/launcher/items/VariantItem.qml index c7db975..a161aa8 100644 --- a/modules/launcher/items/VariantItem.qml +++ b/modules/launcher/items/VariantItem.qml @@ -16,7 +16,7 @@ Item { anchors.right: parent?.right StateLayer { - radius: Appearance.rounding.full + radius: Appearance.rounding.normal function onClicked(): void { root.modelData?.onClicked(root.list); |