mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 14:13:55 -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,30 +28,39 @@ Item
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
|
|
||||||
Column
|
// Area where the cloud contents can be put. Pictures, texts and such.
|
||||||
|
Item
|
||||||
{
|
{
|
||||||
|
id: cloudContentsArea
|
||||||
anchors.top: titleLabel.bottom
|
anchors.top: titleLabel.bottom
|
||||||
anchors.topMargin: 80
|
anchors.bottom: getStartedButton.top
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.left: parent.left
|
||||||
|
anchors.right: parent.right
|
||||||
|
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||||
|
|
||||||
spacing: 60
|
Column
|
||||||
|
|
||||||
Image
|
|
||||||
{
|
{
|
||||||
id: curaImage
|
anchors.centerIn: parent
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
|
||||||
source: UM.Theme.getImage("first_run_share_data")
|
|
||||||
}
|
|
||||||
|
|
||||||
Label
|
spacing: UM.Theme.getSize("welcome_pages_default_margin").height
|
||||||
{
|
|
||||||
id: textLabel
|
Image
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
{
|
||||||
horizontalAlignment: Text.AlignHCenter
|
id: curaImage
|
||||||
text: catalog.i18nc("@text", "Ultimaker Cura collects anonymous data to improve print quality<br/>and user experience. <a href=\"TODO\">More information</a>")
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
textFormat: Text.RichText
|
source: UM.Theme.getImage("first_run_share_data")
|
||||||
font: UM.Theme.getFont("medium")
|
}
|
||||||
renderType: Text.NativeRendering
|
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
id: textLabel
|
||||||
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
text: catalog.i18nc("@text", "Ultimaker Cura collects anonymous data to improve print quality<br/>and user experience. <a href=\"TODO\">More information</a>")
|
||||||
|
textFormat: Text.RichText
|
||||||
|
font: UM.Theme.getFont("medium")
|
||||||
|
renderType: Text.NativeRendering
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue