mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
Fix brim type combox in object table (#9019)
* Fix brim type combox in object table (SoftFever/OrcaSlicer#8969)
This commit is contained in:
parent
d91ef31bac
commit
2e9c30883b
1 changed files with 1 additions and 0 deletions
|
@ -1890,6 +1890,7 @@ void ObjectGridTable::init_cols(ObjectGrid *object_grid)
|
|||
col->size = object_grid->GetTextExtent(L("Auto Brim")).x + 8; //add 8 for border
|
||||
col->choices.Add(_L("Auto"));
|
||||
col->choices.Add(_L("Mouse ear"));
|
||||
col->choices.Add(_L("Painted"));
|
||||
col->choices.Add(_L("Outer brim only"));
|
||||
col->choices.Add(_L("Inner brim only"));
|
||||
col->choices.Add(_L("Outer and inner brim"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue