Fix indent and typo

This commit is contained in:
Ghostkeeper 2018-08-13 14:47:25 +02:00
parent e0ad7a9fb4
commit 6ffe0a9083
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -16,9 +16,9 @@ Item
MouseArea
{
anchors.fill: parent
onClicked: OutputDevice.setActivePrinter(null)
z: 0
anchors.fill: parent
onClicked: OutputDevice.setActivePrinter(null)
z: 0
}
Button
@ -28,7 +28,7 @@ Item
anchors.bottomMargin: UM.Theme.getSize("default_margin").width
anchors.right: cameraImage.right
// TODO: Harcoded sizes
// TODO: Hardcoded sizes
width: 20 * screenScaleFactor
height: 20 * screenScaleFactor