This commit is contained in:
YuSanka 2019-02-07 16:33:14 +01:00
parent 34b14eb8fa
commit 9021f84eac
2 changed files with 3 additions and 4 deletions

View file

@ -42,10 +42,9 @@ ObjectManipulation::ObjectManipulation(wxWindow* parent) :
// Objects(sub-objects) name
def.label = L("Name");
// def.type = coString;
def.gui_type = "legend";
def.tooltip = L("Object name");
def.full_width = true;
def.width = 200;
def.default_value = new ConfigOptionString{ " " };
m_og->append_single_option_line(Option(def, "object_name"));