mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 21:33:17 +08:00
ENH:modidy width of SyncNozzleAndAmsDialog and FinishSyncAmsDialog
jira: STUDIO-11045 Change-Id: I99164b2172aeb7fb955348fc87f7da24aefe930c
This commit is contained in:
parent
563bb3dffc
commit
61f61bce3e
@ -3533,7 +3533,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."),
|
||||
@ -3566,7 +3566,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…
x
Reference in New Issue
Block a user