From b59cffa5ea6760bf83b0532f8a14f4dd4c5f8fa0 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 23 May 2025 14:33:56 +0800 Subject: dashboard: shrink bongo cat so no overlap --- modules/dashboard/dash/Media.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/dashboard/dash') 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 -- cgit v1.2.3-freya