From d7c5238b7f231389bef1cadb21219fa356dcfb1f Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Wed, 1 Jul 2015 02:52:29 +0200 Subject: [PATCH] Remove the close button since it does not work Contributes to Ultimaker/Uranium#8 --- plugins/USBPrinting/FirmwareUpdateWindow.qml | 6 ------ 1 file changed, 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; - } }