mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Removal of tabs from plater -> fixed no-imgui case
This commit is contained in:
parent
e0aa25b677
commit
8d25f3aaaf
4 changed files with 22 additions and 13 deletions
|
@ -2225,7 +2225,7 @@ GLGizmoCutPanel::GLGizmoCutPanel(wxWindow *parent)
|
|||
{
|
||||
enum { MARGIN = 5 };
|
||||
|
||||
auto *sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
auto *sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
|
||||
auto *label = new wxStaticText(this, wxID_ANY, _(L("Cut object:")));
|
||||
sizer->Add(label, 0, wxALL | wxALIGN_CENTER, MARGIN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue