OSDN Git Service

Corresponding to Slide
authorkokkiemouse <kokkiemouse@gmail.com>
Mon, 5 Oct 2020 10:17:12 +0000 (19:17 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Mon, 5 Oct 2020 10:17:12 +0000 (19:17 +0900)
Signed-off-by: kokkiemouse <kokkiemouse@gmail.com>
channels/share/airootfs/usr/share/calamares/branding/serene/show.qml

index 78f2777..54709ea 100644 (file)
@@ -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
         }
     }
-    }
 }