edit_object_buttons moved to Object/Part Settings
This commit is contained in:
parent
3fb567d286
commit
d7d0edf4dc
1 changed files with 2 additions and 3 deletions
|
@ -1007,6 +1007,8 @@ wxBoxSizer* content_settings(wxWindow *win)
|
|||
m_optgroups.push_back(optgroup); // ogObjectSettings
|
||||
|
||||
auto sizer = new wxBoxSizer(wxVERTICAL);
|
||||
sizer->Add(content_edit_object_buttons(win), 0, wxEXPAND, 0); // *** Edit Object Buttons***
|
||||
|
||||
sizer->Add(optgroup->sizer, 1, wxEXPAND | wxLEFT, 20);
|
||||
|
||||
auto add_btn = new wxButton(win, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, wxBU_EXACTFIT | wxNO_BORDER);
|
||||
|
@ -1040,9 +1042,6 @@ void add_expert_mode_part(wxWindow* parent, wxBoxSizer* sizer)
|
|||
g_right_panel->Layout();
|
||||
}));
|
||||
|
||||
// *** Edit Object Buttons***
|
||||
main_sizer->Add(content_edit_object_buttons(main_page), 0, wxEXPAND, 0);
|
||||
|
||||
// *** Object/Part Settings ***
|
||||
m_collpane_settings = add_prusa_collapsible_pane(main_page, main_sizer, "Settings:", content_settings);
|
||||
m_collpane_settings->Show(false);
|
||||
|
|
Loading…
Reference in a new issue