mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Reduce minimum screen size
With dual extrusion printers, this reduces the width so much that the material name is just ellipses in the top screen, but at least it's still usable. With single extrusion printers this is fine.
This commit is contained in:
parent
2694ef98e0
commit
d6c73175c7
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@
|
|||
},
|
||||
|
||||
"sizes": {
|
||||
"window_minimum_size": [100, 60],
|
||||
"window_minimum_size": [80, 48],
|
||||
|
||||
"main_window_header": [0.0, 4.0],
|
||||
"main_window_header_button": [8, 2.35],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue