mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Rearrange items in DataCollectionsContent.qml
This commit is contained in:
parent
457eb93758
commit
eb02b302f5
1 changed files with 28 additions and 19 deletions
|
@ -28,13 +28,21 @@ Item
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Area where the cloud contents can be put. Pictures, texts and such.
|
||||||
|
Item
|
||||||
|
{
|
||||||
|
id: cloudContentsArea
|
||||||
|
anchors.top: titleLabel.bottom
|
||||||
|
anchors.bottom: getStartedButton.top
|
||||||
|
anchors.left: parent.left
|
||||||
|
anchors.right: parent.right
|
||||||
|
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||||
|
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
anchors.top: titleLabel.bottom
|
anchors.centerIn: parent
|
||||||
anchors.topMargin: 80
|
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
|
||||||
|
|
||||||
spacing: 60
|
spacing: UM.Theme.getSize("welcome_pages_default_margin").height
|
||||||
|
|
||||||
Image
|
Image
|
||||||
{
|
{
|
||||||
|
@ -54,6 +62,7 @@ Item
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Cura.PrimaryButton
|
Cura.PrimaryButton
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue