[calamares] Center the progress texts

This commit is contained in:
Adriaan de Groot 2020-07-07 14:13:49 +02:00
parent 37ce49b001
commit 67aa34c4a4

View File

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