mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Make the toolbox window not resizable.
This commit is contained in:
parent
527f269b5d
commit
0bb82f144b
1 changed files with 4 additions and 3 deletions
|
|
@ -16,9 +16,10 @@ Window
|
||||||
|
|
||||||
width: 720 * screenScaleFactor
|
width: 720 * screenScaleFactor
|
||||||
height: 640 * screenScaleFactor
|
height: 640 * screenScaleFactor
|
||||||
minimumWidth: 720 * screenScaleFactor
|
minimumWidth: width
|
||||||
maximumWidth: 720 * screenScaleFactor
|
maximumWidth: minimumWidth
|
||||||
minimumHeight: 350 * screenScaleFactor
|
minimumHeight: height
|
||||||
|
maximumHeight: minimumHeight
|
||||||
color: UM.Theme.getColor("sidebar")
|
color: UM.Theme.getColor("sidebar")
|
||||||
UM.I18nCatalog
|
UM.I18nCatalog
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue