Remove debug code

Contributes to issue CURA-4557.
This commit is contained in:
Ruben D 2018-03-22 00:39:07 +01:00
parent 2db208cc75
commit 7ec7136a3a
No known key found for this signature in database
GPG key ID: 6B42C9465E304A62

View file

@ -22,10 +22,6 @@ Button
tooltip: catalog.i18nc("@info:tooltip", "Check current setup for known problems.") tooltip: catalog.i18nc("@info:tooltip", "Check current setup for known problems.")
onClicked: manager.runChecks() onClicked: manager.runChecks()
//anchors.leftMargin: UM.Theme.getSize("default_margin").width
//anchors.right: parent.right
//anchors.verticalCenter: parent.verticalCenter
width: UM.Theme.getSize("save_button_specs_icons").width width: UM.Theme.getSize("save_button_specs_icons").width
height: UM.Theme.getSize("save_button_specs_icons").height height: UM.Theme.getSize("save_button_specs_icons").height