diff --git a/plugins/Toolbox/resources/qml/Toolbox.qml b/plugins/Toolbox/resources/qml/Toolbox.qml index 01654b7d60..2a56898503 100644 --- a/plugins/Toolbox/resources/qml/Toolbox.qml +++ b/plugins/Toolbox/resources/qml/Toolbox.qml @@ -16,9 +16,10 @@ Window width: 720 * screenScaleFactor height: 640 * screenScaleFactor - minimumWidth: 720 * screenScaleFactor - maximumWidth: 720 * screenScaleFactor - minimumHeight: 350 * screenScaleFactor + minimumWidth: width + maximumWidth: minimumWidth + minimumHeight: height + maximumHeight: minimumHeight color: UM.Theme.getColor("sidebar") UM.I18nCatalog {