mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +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:
@@ -1095,7 +1095,7 @@ void PreferencesDialog::create()
|
||||
|
||||
m_pref_tabs->SelectItem(0);
|
||||
|
||||
m_sizer_body->Add(m_pref_tabs, 0, wxEXPAND | wxBOTTOM, FromDIP(5));
|
||||
m_sizer_body->Add(m_pref_tabs, 0, wxEXPAND | wxBOTTOM | wxTOP, FromDIP(5));
|
||||
m_sizer_body->Add(m_parent, 1, wxEXPAND);
|
||||
|
||||
SetSizer(m_sizer_body);
|
||||
|
||||
Reference in New Issue
Block a user