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:
authorArjen Hiemstra <a.hiemstra@ultimaker.com>2015-07-01 03:52:29 +0300
committerArjen Hiemstra <a.hiemstra@ultimaker.com>2015-07-01 03:52:29 +0300
commitd7c5238b7f231389bef1cadb21219fa356dcfb1f (patch)
treefd873d4176c4f1d9453b1322ba1ca61b78876842
parentcc58f4d1594b61ca963aec833dcf5f4696efba43 (diff)
Remove the close button since it does not work
Contributes to Ultimaker/Uranium#8
-rw-r--r--plugins/USBPrinting/FirmwareUpdateWindow.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/USBPrinting/FirmwareUpdateWindow.qml b/plugins/USBPrinting/FirmwareUpdateWindow.qml
index a83e25c8b1..571270008c 100644
--- a/plugins/USBPrinting/FirmwareUpdateWindow.qml
+++ b/plugins/USBPrinting/FirmwareUpdateWindow.qml
@@ -66,10 +66,4 @@ UM.Dialog
id: palette;
}
}
-
- rightButtons: Button {
- text: qsTr("Close");
-
- enabled: true;
- }
}