mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-28 05:22:01 +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
|
RowLayout
|
||||||
{
|
{
|
||||||
Layout.fillWidth: true
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
|
||||||
Image
|
Image
|
||||||
{
|
{
|
||||||
@ -47,6 +47,7 @@ Control
|
|||||||
ColumnLayout
|
ColumnLayout
|
||||||
{
|
{
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
Layout.fillWidth: false
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
spacing: UM.Theme.getSize("default_margin").height
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user