mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[welcomeq] smaller font size
correct color order Requirements.qml
This commit is contained in:
parent
fed89badd4
commit
a85ff30ad4
2 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ Rectangle {
|
|||
Text {
|
||||
text: ( satisfied ? 'Met: ' : 'Missing: ' ) + name + " " + details
|
||||
anchors.centerIn: parent
|
||||
font.pointSize: 12
|
||||
font.pointSize: 11
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -68,8 +68,8 @@ Rectangle {
|
|||
Rectangle {
|
||||
implicitWidth: 640
|
||||
implicitHeight: 40
|
||||
border.color: mandatory ? "#ff0000" : "#228b22"
|
||||
color: mandatory ? "#ffc0cb" : "#f0fff0"
|
||||
border.color: mandatory ? "#228b22" : "#ff0000"
|
||||
color: mandatory ? "#f0fff0" : "#ffc0cb"
|
||||
|
||||
Image {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
@ -81,7 +81,7 @@ Rectangle {
|
|||
Text {
|
||||
text: ( mandatory ? 'Met: ' : 'Failed: ' ) + name + " " + details
|
||||
anchors.centerIn: parent
|
||||
font.pointSize: 12
|
||||
font.pointSize: 11
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue