mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Center align UltiMaker onboarding wizzard-text
CURA-8689
This commit is contained in:
parent
92fb7fd1a6
commit
7639b0ba19
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@ Control
|
|||
|
||||
RowLayout
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
||||
Image
|
||||
{
|
||||
|
@ -47,6 +47,7 @@ Control
|
|||
ColumnLayout
|
||||
{
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: false
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue