mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:59:03 +08: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
@ -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…
x
Reference in New Issue
Block a user