[welcomeq] smaller font size
correct color order Requirements.qml
This commit is contained in:
parent
fed89badd4
commit
a85ff30ad4
@ -81,7 +81,7 @@ Rectangle {
|
|||||||
Text {
|
Text {
|
||||||
text: ( satisfied ? 'Met: ' : 'Missing: ' ) + name + " " + details
|
text: ( satisfied ? 'Met: ' : 'Missing: ' ) + name + " " + details
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
font.pointSize: 12
|
font.pointSize: 11
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -68,8 +68,8 @@ Rectangle {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
implicitWidth: 640
|
implicitWidth: 640
|
||||||
implicitHeight: 40
|
implicitHeight: 40
|
||||||
border.color: mandatory ? "#ff0000" : "#228b22"
|
border.color: mandatory ? "#228b22" : "#ff0000"
|
||||||
color: mandatory ? "#ffc0cb" : "#f0fff0"
|
color: mandatory ? "#f0fff0" : "#ffc0cb"
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
@ -81,7 +81,7 @@ Rectangle {
|
|||||||
Text {
|
Text {
|
||||||
text: ( mandatory ? 'Met: ' : 'Failed: ' ) + name + " " + details
|
text: ( mandatory ? 'Met: ' : 'Failed: ' ) + name + " " + details
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
font.pointSize: 12
|
font.pointSize: 11
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user