mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
UI fixes / improvements (#11413)
* init * flushing volumes * vertical margins * fix titlebar scaling * fix filament section * flushing volumes --------- Co-authored-by: Ioannis Giannakas <59056762+igiannakas@users.noreply.github.com>
This commit is contained in:
@@ -403,7 +403,7 @@ void Tab::create_preset_tab()
|
||||
m_top_sizer->SetMinSize(-1, 3 * m_em_unit);
|
||||
m_top_panel->SetSizer(m_top_sizer);
|
||||
if (m_presets_choice)
|
||||
m_main_sizer->Add(m_top_panel, 0, wxEXPAND | wxUP | wxDOWN, m_em_unit);
|
||||
m_main_sizer->Add(m_top_panel, 0, wxEXPAND | wxUP | wxDOWN, FromDIP(SidebarProps::ContentMarginV()));
|
||||
else
|
||||
m_top_panel->Hide();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user