diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-04 20:45:34 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-04 20:45:34 +1000 |
| commit | fb471f1023ab4991c124d0bc432028d95d7b7300 (patch) | |
| tree | 6e46278fabc8f4b584cd668703bfe28e3d78ec8d /modules/launcher/Launcher.qml | |
| parent | appearance: better on colours (diff) | |
| download | caelestia-shell-fb471f1023ab4991c124d0bc432028d95d7b7300.tar.gz caelestia-shell-fb471f1023ab4991c124d0bc432028d95d7b7300.tar.bz2 caelestia-shell-fb471f1023ab4991c124d0bc432028d95d7b7300.zip | |
feat: audio osd
Diffstat (limited to 'modules/launcher/Launcher.qml')
| -rw-r--r-- | modules/launcher/Launcher.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/launcher/Launcher.qml b/modules/launcher/Launcher.qml index bbd2f91..34e592a 100644 --- a/modules/launcher/Launcher.qml +++ b/modules/launcher/Launcher.qml @@ -34,6 +34,7 @@ Scope { id: bg anchors.horizontalCenter: parent.horizontalCenter + anchors.bottom: parent.bottom wrapperWidth: wrapper.width realWrapperHeight: Math.min(wrapper.height, content.height) @@ -43,6 +44,7 @@ Scope { id: wrapper anchors.horizontalCenter: parent.horizontalCenter + anchors.bottom: parent.bottom implicitWidth: content.width + bg.rounding * 2 |