mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 15:57:55 -06:00
ENH: refine ams user settings display
Change-Id: Ie205824cf6f60f6acd8b07a2b89c1220eebdfb83 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
664672b742
commit
55e12ef8b7
3 changed files with 20 additions and 6 deletions
|
@ -253,6 +253,8 @@ void AMSSetting::on_insert_material_read(wxCommandEvent &event)
|
|||
m_sizer_Insert_material_tip_inline->Layout();
|
||||
Layout();
|
||||
Fit();
|
||||
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void AMSSetting::on_starting_read(wxCommandEvent &event)
|
||||
|
@ -276,6 +278,8 @@ void AMSSetting::on_starting_read(wxCommandEvent &event)
|
|||
m_sizer_starting_tip_inline->Layout();
|
||||
Layout();
|
||||
Fit();
|
||||
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
wxString AMSSetting::append_title(wxString text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue