Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben D <rubend@tutanota.com>2018-03-22 02:39:07 +0300
committerRuben D <rubend@tutanota.com>2018-03-22 02:39:07 +0300
commit7ec7136a3ad7ca2e48845c4198182af255e58066 (patch)
tree87e8549f9d32c9ff243ebf6e7355f92bcb904cf2 /plugins/ModelChecker
parent2db208cc758690269b792a4096e0590987567de0 (diff)
Remove debug code
Contributes to issue CURA-4557.
Diffstat (limited to 'plugins/ModelChecker')
-rw-r--r--plugins/ModelChecker/ModelChecker.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ModelChecker/ModelChecker.qml b/plugins/ModelChecker/ModelChecker.qml
index 77a483c2c6..9ed023c6ac 100644
--- a/plugins/ModelChecker/ModelChecker.qml
+++ b/plugins/ModelChecker/ModelChecker.qml
@@ -22,10 +22,6 @@ Button
tooltip: catalog.i18nc("@info:tooltip", "Check current setup for known problems.")
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
height: UM.Theme.getSize("save_button_specs_icons").height