[welcomeq] adjust spacing

make sure the listviews fit in the default window size without overlapping
the language bar
main
demmm 5 years ago
parent 7e83296aa2
commit e2c99eeb5e

@ -29,13 +29,13 @@ Rectangle {
focus: true
Kirigami.Theme.backgroundColor: Kirigami.Theme.backgroundColor
anchors.fill: parent
anchors.topMargin: 70
anchors.topMargin: 50
TextArea {
id: recommended
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
anchors.topMargin: 10
anchors.topMargin: 1
horizontalAlignment: TextEdit.AlignHCenter
width: 640
font.pointSize: 11
@ -50,7 +50,7 @@ Rectangle {
Rectangle {
width: 640
height: 400
height: 360
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: recommended.bottom
anchors.topMargin: 5
@ -60,14 +60,14 @@ Rectangle {
Item {
width: 640
height: 40
height: 35
Column {
anchors.centerIn: parent
Rectangle {
implicitWidth: 640
implicitHeight: 40
implicitHeight: 35
border.color: satisfied ? "#228b22" : "#ffa411"
color: satisfied ? "#f0fff0" : "#ffefd5"

@ -29,13 +29,13 @@ Rectangle {
focus: true
Kirigami.Theme.backgroundColor: Kirigami.Theme.backgroundColor
anchors.fill: parent
anchors.topMargin: 70
anchors.topMargin: 50
TextArea {
id: required
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
anchors.topMargin: 10
anchors.topMargin: 1
horizontalAlignment: TextEdit.AlignHCenter
width: 640
font.pointSize: 11
@ -50,7 +50,7 @@ Rectangle {
Rectangle {
width: 640
height: 400
height: 360
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: required.bottom
anchors.topMargin: 5
@ -60,14 +60,14 @@ Rectangle {
Item {
width: 640
height: 40
height: 35
Column {
anchors.centerIn: parent
Rectangle {
implicitWidth: 640
implicitHeight: 40
implicitHeight: 35
border.color: mandatory ? "#228b22" : "#ff0000"
color: mandatory ? "#f0fff0" : "#ffc0cb"

Loading…
Cancel
Save