summaryrefslogtreecommitdiff
path: root/modules/dashboard/dash/Media.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-23 14:33:56 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-23 14:33:56 +0800
commitb59cffa5ea6760bf83b0532f8a14f4dd4c5f8fa0 (patch)
tree98e88a292cf282764f3d6e649849e2302a77bf41 /modules/dashboard/dash/Media.qml
parenthyprland: fix null error (diff)
downloadcaelestia-shell-b59cffa5ea6760bf83b0532f8a14f4dd4c5f8fa0.tar.gz
caelestia-shell-b59cffa5ea6760bf83b0532f8a14f4dd4c5f8fa0.tar.bz2
caelestia-shell-b59cffa5ea6760bf83b0532f8a14f4dd4c5f8fa0.zip
dashboard: shrink bongo cat so no overlap
Diffstat (limited to '')
-rw-r--r--modules/dashboard/dash/Media.qml3
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