diff options
Diffstat (limited to 'modules/dashboard/dash/Media.qml')
| -rw-r--r-- | modules/dashboard/dash/Media.qml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |