Fixed OSX-build
This commit is contained in:
parent
22a15e7e25
commit
3ccfe7f53e
2 changed files with 2 additions and 2 deletions
src/slic3r/GUI
|
@ -44,7 +44,7 @@ ObjectManipulation::ObjectManipulation(wxWindow* parent) :
|
|||
def.label = L("Name");
|
||||
def.gui_type = "legend";
|
||||
def.tooltip = L("Object name");
|
||||
def.width = 200;
|
||||
def.width = 21 * wxGetApp().em_unit();
|
||||
def.default_value = new ConfigOptionString{ " " };
|
||||
m_og->append_single_option_line(Option(def, "object_name"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue