diff --git a/plugins/USBPrinting/FirmwareUpdateWindow.qml b/plugins/USBPrinting/FirmwareUpdateWindow.qml index b42cff114f..f55aa4c56e 100644 --- a/plugins/USBPrinting/FirmwareUpdateWindow.qml +++ b/plugins/USBPrinting/FirmwareUpdateWindow.qml @@ -12,7 +12,9 @@ UM.Dialog id: base; width: 500 * Screen.devicePixelRatio; + minimumWidth: 500 * Screen.devicePixelRatio; height: 100 * Screen.devicePixelRatio; + minimumHeight: 100 * Screen.devicePixelRatio; visible: true; modality: Qt.ApplicationModal;