Make the toolbox window not resizable.

This commit is contained in:
Diego Prado Gesto 2018-05-14 10:16:18 +02:00
parent 527f269b5d
commit 0bb82f144b

View file

@ -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
{