mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
merge upstream changes
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
This commit is contained in:
parent
1bdedb1c47
commit
2492e5d39c
156 changed files with 33597 additions and 65667 deletions
|
@ -67,6 +67,7 @@ DownloadProgressDialog::DownloadProgressDialog(wxString title)
|
|||
wxBoxSizer* sizer_download_failed = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
auto m_statictext_download_failed = new wxStaticText(m_panel_download_failed, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0);
|
||||
m_statictext_download_failed->SetForegroundColour(*wxBLACK);
|
||||
m_statictext_download_failed->SetLabel(format_text(m_statictext_download_failed, download_failed_msg, FromDIP(360)));
|
||||
m_statictext_download_failed->Wrap(FromDIP(360));
|
||||
|
||||
|
@ -87,6 +88,7 @@ DownloadProgressDialog::DownloadProgressDialog(wxString title)
|
|||
wxBoxSizer* sizer_install_failed = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
auto m_statictext_install_failed = new wxStaticText(m_panel_install_failed, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0);
|
||||
m_statictext_install_failed->SetForegroundColour(*wxBLACK);
|
||||
m_statictext_install_failed->SetLabel(format_text(m_statictext_install_failed, install_failed_msg,FromDIP(360)));
|
||||
m_statictext_install_failed->Wrap(FromDIP(360));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue