feat(GODT-2762): setup wizard: onboarding left pane.

This commit is contained in:
Xavier Michelon
2023-07-26 07:52:37 +02:00
parent e5bac33a04
commit 635b2a4891
10 changed files with 119 additions and 681 deletions

View File

@ -36,15 +36,20 @@ Item {
Layout.fillWidth: true
color: root.colorScheme.background_norm
Rectangle {
Item {
id: leftContent
anchors.bottom: parent.bottom
anchors.bottomMargin: 96
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
anchors.topMargin: 96
color: "#ff0000"
width: 444
OnboardingLeftPane {
colorScheme: root.colorScheme
anchors.fill: parent
}
}
Image {
id: mailLogoWithWordmark