mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:05:55 +08:00
CL-457 removed trailing spaces
This commit is contained in:
parent
321e531b1c
commit
e6fe33dcb9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user