mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 23:38:53 -07:00
Merge branch '3.0' of github.com:Ultimaker/Cura into 3.0
This commit is contained in:
commit
7539bddf83
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ Component
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
width: maximumWidth
|
width: maximumWidth
|
||||||
height: maximumHeight
|
height: maximumHeight
|
||||||
color: UM.Theme.getColor("viewport_background")
|
color: UM.Theme.getColor("viewport_background")
|
||||||
|
|
||||||
property var emphasisColor: "#44c0ff" //TODO: should be linked to theme.
|
property var emphasisColor: "#44c0ff" //TODO: should be linked to theme.
|
||||||
|
|
@ -49,7 +49,7 @@ Component
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
width: Math.min(800 * screenScaleFactor, maximumWidth)
|
width: Math.min(800 * screenScaleFactor, maximumWidth)
|
||||||
height: children.height
|
height: children.height
|
||||||
visible: OutputDevice.connectedPrinters.length != 0
|
visible: OutputDevice.connectedPrinters.length != 0
|
||||||
|
|
|
||||||
|
|
@ -290,7 +290,7 @@ Rectangle
|
||||||
|
|
||||||
Image
|
Image
|
||||||
{
|
{
|
||||||
width: statusText.height * screenScaleFactor
|
width: statusText.height
|
||||||
height: width
|
height: width
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue