mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: rebuild warning dialog with frame
Change-Id: Id4a8ab80ecec30b668de59556823dad6838276fe
This commit is contained in:
parent
5b7ebc3684
commit
2ffa56633c
8 changed files with 133 additions and 64 deletions
|
@ -80,7 +80,7 @@ public:
|
|||
Button* m_button_cancel;
|
||||
};
|
||||
|
||||
class SecondaryCheckDialog : public DPIDialog
|
||||
class SecondaryCheckDialog : public DPIFrame
|
||||
{
|
||||
public:
|
||||
enum ButtonStyle {
|
||||
|
@ -98,9 +98,11 @@ public:
|
|||
long style = wxCLOSE_BOX | wxCAPTION
|
||||
);
|
||||
void update_text(wxString text);
|
||||
void on_show();
|
||||
bool is_english_text(wxString str);
|
||||
wxString format_text(wxStaticText* st, wxString str, int warp);
|
||||
~SecondaryCheckDialog();
|
||||
void on_dpi_changed(const wxRect& suggested_rect) override;
|
||||
void on_dpi_changed(const wxRect& suggested_rect);
|
||||
|
||||
wxBoxSizer* m_sizer_main;
|
||||
wxScrolledWindow *m_vebview_release_note {nullptr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue