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 {
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue