mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Some minor GUI tweaks.
part of CURA-9422
This commit is contained in:
parent
4f75251000
commit
55c312e9bb
1 changed files with 9 additions and 3 deletions
|
@ -120,16 +120,19 @@ Rectangle
|
||||||
{
|
{
|
||||||
id: sendToFactoryCard
|
id: sendToFactoryCard
|
||||||
color: UM.Theme.getColor("detail_background")
|
color: UM.Theme.getColor("detail_background")
|
||||||
height: childrenRect.height
|
height: childrenRect.height + UM.Theme.getSize("default_margin").height * 2
|
||||||
width: childrenRect.width
|
width: childrenRect.width + UM.Theme.getSize("wide_margin").width * 2
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
spacing: UM.Theme.getSize("default_margin").height
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
padding: UM.Theme.getSize("default_margin").width
|
padding: UM.Theme.getSize("default_margin").width
|
||||||
topPadding: 0
|
topPadding: 0
|
||||||
|
|
||||||
Image
|
Image
|
||||||
{
|
{
|
||||||
|
id: sendToFactoryImage
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
source: UM.Theme.getImage("first_run_ultimaker_cloud")
|
source: UM.Theme.getImage("first_run_ultimaker_cloud")
|
||||||
}
|
}
|
||||||
|
@ -140,7 +143,10 @@ Rectangle
|
||||||
visible: isAbstractCloudPrinter
|
visible: isAbstractCloudPrinter
|
||||||
text: catalog.i18nc("@info", "Monitor your printers from everywhere using Ultimaker Digital Factory")
|
text: catalog.i18nc("@info", "Monitor your printers from everywhere using Ultimaker Digital Factory")
|
||||||
font: UM.Theme.getFont("medium")
|
font: UM.Theme.getFont("medium")
|
||||||
width: contentWidth
|
width: sendToFactoryImage.width
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
Cura.PrimaryButton
|
Cura.PrimaryButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue