mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08:00
Fix indent and typo
This commit is contained in:
parent
e0ad7a9fb4
commit
6ffe0a9083
@ -16,9 +16,9 @@ Item
|
|||||||
|
|
||||||
MouseArea
|
MouseArea
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: OutputDevice.setActivePrinter(null)
|
onClicked: OutputDevice.setActivePrinter(null)
|
||||||
z: 0
|
z: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
Button
|
Button
|
||||||
@ -28,7 +28,7 @@ Item
|
|||||||
anchors.bottomMargin: UM.Theme.getSize("default_margin").width
|
anchors.bottomMargin: UM.Theme.getSize("default_margin").width
|
||||||
anchors.right: cameraImage.right
|
anchors.right: cameraImage.right
|
||||||
|
|
||||||
// TODO: Harcoded sizes
|
// TODO: Hardcoded sizes
|
||||||
width: 20 * screenScaleFactor
|
width: 20 * screenScaleFactor
|
||||||
height: 20 * screenScaleFactor
|
height: 20 * screenScaleFactor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user