[calamares] Center the progress texts

main
Adriaan de Groot 4 years ago
parent 37ce49b001
commit 67aa34c4a4

@ -35,6 +35,7 @@ Rectangle {
Text {
anchors.verticalCenter: parent.verticalCenter;
anchors.horizontalCenter: parent.horizontalCenter;
x: parent.x + 12;
color: Branding.styleString( index == ViewManager.currentStepIndex ? Branding.SidebarTextSelect : Branding.SidebarText );
text: display;

Loading…
Cancel
Save