mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[calamares] Center the progress texts
This commit is contained in:
parent
37ce49b001
commit
67aa34c4a4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue