ENH:Extruder feed/retract popup size optimization

jira:[STUDIO-12217]

Change-Id: I69f55f129408039952524753a67b15869f670214
(cherry picked from commit d3ac9a4b9d746c7a1193fd3aef09da13f61c40d2)
This commit is contained in:
milk
2025-05-16 18:02:08 +08:00
committed by Noisyfox
parent f33c87c002
commit b533e6fe5f
2 changed files with 14 additions and 9 deletions

View File

@@ -603,7 +603,8 @@ protected:
SecondaryCheckDialog* m_print_error_dlg_no_action = nullptr;
SecondaryCheckDialog* abort_dlg = nullptr;
SecondaryCheckDialog* con_load_dlg = nullptr;
SecondaryCheckDialog* ctrl_e_hint_dlg = nullptr;
MessageDialog * ctrl_e_hint_dlg = nullptr;
SecondaryCheckDialog* sdcard_hint_dlg = nullptr;
FanControlPopupNew* m_fan_control_popup{nullptr};