mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Make flushing volumes dialog resizable (#13663)
This commit is contained in:
committed by
GitHub
parent
fb5296aad6
commit
83179d5978
@@ -366,7 +366,7 @@ wxString WipingDialog::BuildTextObjStr(bool multi_language)
|
||||
WipingDialog::WipingDialog(wxWindow* parent, const int max_flush_volume) :
|
||||
wxDialog(parent, wxID_ANY, _(L("Flushing volumes for filament change")),
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
wxDEFAULT_DIALOG_STYLE ),
|
||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ),
|
||||
m_max_flush_volume(max_flush_volume)
|
||||
{
|
||||
wxBoxSizer* main_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
Reference in New Issue
Block a user