mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-27 09:59:48 -07:00
ENH:modidy width of SyncNozzleAndAmsDialog and FinishSyncAmsDialog
jira: STUDIO-11045 Change-Id: I99164b2172aeb7fb955348fc87f7da24aefe930c (cherry picked from commit 61f61bce3ed12fbceff7fe98eead6b27a39df5ea)
This commit is contained in:
parent
ef876da0ce
commit
d87cbcf2f2
1 changed files with 2 additions and 2 deletions
|
|
@ -3535,7 +3535,7 @@ std::string SyncAmsInfoDialog::get_print_status_info(PrintDialogStatus status)
|
|||
|
||||
SyncNozzleAndAmsDialog::SyncNozzleAndAmsDialog(InputInfo &input_info)
|
||||
: BaseTransparentDPIFrame(static_cast<wxWindow *>(wxGetApp().mainframe),
|
||||
300,
|
||||
320,
|
||||
input_info.dialog_pos,
|
||||
90,
|
||||
_L("Successfully synchronized nozzle and AMS number information."),
|
||||
|
|
@ -3568,7 +3568,7 @@ void SyncNozzleAndAmsDialog::update_info(InputInfo &info) {
|
|||
|
||||
FinishSyncAmsDialog::FinishSyncAmsDialog(InputInfo &input_info)
|
||||
: BaseTransparentDPIFrame(static_cast<wxWindow *>(wxGetApp().mainframe),
|
||||
300,
|
||||
310,
|
||||
input_info.dialog_pos,
|
||||
68,
|
||||
_L("Successfully synchronized color and type of filament from printer."),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue