mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[localeq] Offline.qml visual improvements
This commit is contained in:
parent
ffe3209121
commit
72f97ac163
1 changed files with 6 additions and 6 deletions
|
@ -49,7 +49,7 @@ Page {
|
||||||
}
|
}
|
||||||
|
|
||||||
width: parent.width / 2
|
width: parent.width / 2
|
||||||
height: 250
|
height: parent.height / 1.5
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
anchors.verticalCenterOffset: -30
|
anchors.verticalCenterOffset: -30
|
||||||
focus: true
|
focus: true
|
||||||
|
@ -77,8 +77,8 @@ Page {
|
||||||
Label {
|
Label {
|
||||||
|
|
||||||
text: model.name
|
text: model.name
|
||||||
Layout.fillHeight: true
|
horizontalAlignment: Text.AlignHCenter
|
||||||
Layout.fillWidth: true
|
verticalAlignment: Text.AlignVCenter
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 30
|
height: 30
|
||||||
color: highlighted ? Kirigami.Theme.highlightedTextColor : Kirigami.Theme.textColor
|
color: highlighted ? Kirigami.Theme.highlightedTextColor : Kirigami.Theme.textColor
|
||||||
|
@ -123,7 +123,7 @@ Page {
|
||||||
}
|
}
|
||||||
|
|
||||||
width: parent.width / 2
|
width: parent.width / 2
|
||||||
height: 250
|
height: parent.height / 1.5
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
anchors.verticalCenterOffset: -30
|
anchors.verticalCenterOffset: -30
|
||||||
focus: true
|
focus: true
|
||||||
|
@ -151,8 +151,8 @@ Page {
|
||||||
Label {
|
Label {
|
||||||
|
|
||||||
text: model.name
|
text: model.name
|
||||||
Layout.fillHeight: true
|
horizontalAlignment: Text.AlignHCenter
|
||||||
Layout.fillWidth: true
|
verticalAlignment: Text.AlignVCenter
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 30
|
height: 30
|
||||||
color: highlighted ? Kirigami.Theme.highlightedTextColor : Kirigami.Theme.textColor
|
color: highlighted ? Kirigami.Theme.highlightedTextColor : Kirigami.Theme.textColor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue