dashboard: shrink bongo cat so no overlap
This commit is contained in:
parent
d6820bed15
commit
b59cffa5ea
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue