mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 23:49:06 +08:00
MsgDialog: Make resizable
This commit is contained in:
parent
5c9cede9bf
commit
aaf5c6c663
@ -28,7 +28,7 @@ MsgDialog::MsgDialog(wxWindow *parent, const wxString &title, const wxString &he
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
MsgDialog::MsgDialog(wxWindow *parent, const wxString &title, const wxString &headline, wxBitmap bitmap, wxWindowID button_id) :
|
MsgDialog::MsgDialog(wxWindow *parent, const wxString &title, const wxString &headline, wxBitmap bitmap, wxWindowID button_id) :
|
||||||
wxDialog(parent, wxID_ANY, title),
|
wxDialog(parent, wxID_ANY, title, wxDefaultPosition, wxDefaultSize, wxRESIZE_BORDER),
|
||||||
boldfont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT)),
|
boldfont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT)),
|
||||||
content_sizer(new wxBoxSizer(wxVERTICAL)),
|
content_sizer(new wxBoxSizer(wxVERTICAL)),
|
||||||
btn_sizer(new wxBoxSizer(wxHORIZONTAL))
|
btn_sizer(new wxBoxSizer(wxHORIZONTAL))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user