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 {
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