Fix of (OSX: set width of "Editing" column

to avoid a column narrowing after a recreating of an application caused by a language changing)

+ Fix related to a bug, reported in , about wrong placement of a "Purging volumes" button
translated to the some languages
This commit is contained in:
YuSanka 2020-03-02 11:33:09 +01:00
parent 11bd62a3e6
commit 7388947e1f
2 changed files with 3 additions and 1 deletions
src/slic3r/GUI

View file

@ -289,6 +289,7 @@ void ObjectList::create_objects_ctrl()
GetColumn(colName)->SetWidth(20*em);
GetColumn(colPrint)->SetWidth(3*em);
GetColumn(colExtruder)->SetWidth(8*em);
GetColumn(colEditing) ->SetWidth(7*em);
}
}