mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:19:08 +08:00
Set minimum width, so that drop down is still readable on small screens
CURA-9514
This commit is contained in:
parent
db0b668739
commit
eea8935741
@ -333,6 +333,7 @@ class MachineManager(QObject):
|
||||
extruder_manager.fixSingleExtrusionMachineExtruderDefinition(global_stack)
|
||||
if not global_stack.isValid():
|
||||
# Mark global stack as invalid
|
||||
print("C")
|
||||
ConfigurationErrorMessage.getInstance().addFaultyContainers(global_stack.getId())
|
||||
return # We're done here
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user