mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-31 05:10:44 -07:00
UI fixes / improvements (#11413)
Some checks failed
Build all / Build Linux (push) Has been cancelled
Build all / Build Non-Linux (push) Has been cancelled
Build all / Flatpak (push) Has been cancelled
Publish docs to Wiki / Publish docs to Wiki (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
Build all / Unit Tests (push) Has been cancelled
Some checks failed
Build all / Build Linux (push) Has been cancelled
Build all / Build Non-Linux (push) Has been cancelled
Build all / Flatpak (push) Has been cancelled
Publish docs to Wiki / Publish docs to Wiki (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
Build all / Unit Tests (push) Has been cancelled
* 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:
parent
f48a438b27
commit
9304cc35db
8 changed files with 29 additions and 50 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue