diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-23 14:33:56 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-23 14:33:56 +0800 |
| commit | b59cffa5ea6760bf83b0532f8a14f4dd4c5f8fa0 (patch) | |
| tree | 98e88a292cf282764f3d6e649849e2302a77bf41 /modules | |
| parent | hyprland: fix null error (diff) | |
| download | caelestia-shell-b59cffa5ea6760bf83b0532f8a14f4dd4c5f8fa0.tar.gz caelestia-shell-b59cffa5ea6760bf83b0532f8a14f4dd4c5f8fa0.tar.bz2 caelestia-shell-b59cffa5ea6760bf83b0532f8a14f4dd4c5f8fa0.zip | |
dashboard: shrink bongo cat so no overlap
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dashboard/dash/Media.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/dashboard/dash/Media.qml b/modules/dashboard/dash/Media.qml index b109933..9f366c3 100644 --- a/modules/dashboard/dash/Media.qml +++ b/modules/dashboard/dash/Media.qml @@ -215,9 +215,11 @@ Item { AnimatedImage { id: bongocat + anchors.top: controls.bottom anchors.bottom: parent.bottom anchors.left: parent.left anchors.right: parent.right + anchors.topMargin: Appearance.spacing.small anchors.bottomMargin: Appearance.padding.large anchors.margins: Appearance.padding.large * 2 @@ -225,7 +227,6 @@ Item { source: "root:/assets/bongocat.gif" asynchronous: true fillMode: AnimatedImage.PreserveAspectFit - z: -1 Process { running: true |