From 9c31f7c0140d01dcca054063d8b193bd83a653eb Mon Sep 17 00:00:00 2001 From: kokkiemouse Date: Mon, 5 Oct 2020 19:17:12 +0900 Subject: [PATCH] Corresponding to Slide Signed-off-by: kokkiemouse --- .../share/airootfs/usr/share/calamares/branding/serene/show.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/channels/share/airootfs/usr/share/calamares/branding/serene/show.qml b/channels/share/airootfs/usr/share/calamares/branding/serene/show.qml index 78f2777..54709ea 100644 --- a/channels/share/airootfs/usr/share/calamares/branding/serene/show.qml +++ b/channels/share/airootfs/usr/share/calamares/branding/serene/show.qml @@ -46,6 +46,7 @@ Presentation horizontalAlignment: Text.Center } + } SequentialAnimation{ SequentialAnimation{ ParallelAnimation { @@ -127,9 +128,9 @@ Presentation id: rectangle anchors.horizontalCenter: background.horizontalCenter - anchors.top: textkun.bottom + anchors.bottom: presentation.bottom color: "#ffffff" - anchors.topMargin: 28 + anchors.bottomMargin: 28 width: textkun.width Image { id: imageleft @@ -166,5 +167,4 @@ Presentation fillMode: Image.PreserveAspectFit } } - } } -- 2.11.0