dashboard: shrink bongo cat so no overlap

This commit is contained in:
2 * r + 2 * t 2025-05-23 14:33:56 +08:00
parent d6820bed15
commit b59cffa5ea

View file

@ -215,9 +215,11 @@ Item {
AnimatedImage { AnimatedImage {
id: bongocat id: bongocat
anchors.top: controls.bottom
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
anchors.topMargin: Appearance.spacing.small
anchors.bottomMargin: Appearance.padding.large anchors.bottomMargin: Appearance.padding.large
anchors.margins: Appearance.padding.large * 2 anchors.margins: Appearance.padding.large * 2
@ -225,7 +227,6 @@ Item {
source: "root:/assets/bongocat.gif" source: "root:/assets/bongocat.gif"
asynchronous: true asynchronous: true
fillMode: AnimatedImage.PreserveAspectFit fillMode: AnimatedImage.PreserveAspectFit
z: -1
Process { Process {
running: true running: true