adjust items size and spacing

adjust the layout of items in the splash
in order to match plymouth look, according feedback
from the VDG
wilder-5.14
Marco Martin 10 years ago
parent e9bc2cda30
commit bfd9aaacf3
  1. 16
      lookandfeel/contents/splash/Splash.qml

@ -49,13 +49,11 @@ Rectangle {
}
Image {
id: logo
//match SDDM/lockscreen avatar positioning
property real offset: units.height + units.largeSpacing
property real size: units.gridUnit * 8 - offset
property real size: units.gridUnit * 8
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottomMargin: offset
anchors.bottom: parent.verticalCenter
anchors.centerIn: parent
source: "images/kde.svgz"
@ -66,12 +64,12 @@ Rectangle {
Image {
id: busyIndicator
//again sync from SDDM theme
anchors.top: parent.verticalCenter
anchors.topMargin: units.gridUnit * 10 + units.smallSpacing
anchors.top: logo.bottom
anchors.topMargin: units.largeSpacing
anchors.horizontalCenter: parent.horizontalCenter
source: "images/busywidget.svgz"
sourceSize.height: units.gridUnit * 3
sourceSize.width: units.gridUnit * 3
sourceSize.height: units.gridUnit * 2
sourceSize.width: units.gridUnit * 2
RotationAnimator on rotation {
id: rotationAnimator
from: 0

Loading…
Cancel
Save