mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: layout in sidebar
Change-Id: I8f76d4f035c7458b98f285405e01404f2629df65
This commit is contained in:
parent
179d2ec120
commit
f56e9b4b21
7 changed files with 27 additions and 31 deletions
|
@ -402,6 +402,7 @@ void ParamsPanel::create_layout()
|
|||
|
||||
//m_top_sizer->Add( m_right_sizer, 1, wxEXPAND, 5 );
|
||||
// BBS: new layout
|
||||
m_left_sizer->AddSpacer(6 * em_unit(this) / 10);
|
||||
#if __WXOSX__
|
||||
m_left_sizer->Add(m_tmp_panel, 1, wxEXPAND | wxALL, 0);
|
||||
m_tmp_panel->GetSizer()->Add( m_page_view, 1, wxEXPAND );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue