mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 04:14:27 +08:00
Center align UltiMaker onboarding wizzard-text
CURA-8689
This commit is contained in:
parent
92fb7fd1a6
commit
7639b0ba19
@ -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…
x
Reference in New Issue
Block a user