ENH:optimize some layouts at different resolutions

jira:[STUDIO-9807]

Change-Id: I3d432734a6b3f494ed79d816b754d6d1cbcd3a0f
(cherry picked from commit d134b66446e5a9561152b6545fe79d19a70dddfe)
This commit is contained in:
tao wang
2025-01-14 16:46:54 +08:00
committed by Noisyfox
parent 10e676e439
commit 919606110c
3 changed files with 52 additions and 139 deletions

View File

@@ -110,8 +110,6 @@ protected:
ScalableBitmap m_button_ams_setting_normal;
ScalableBitmap m_button_ams_setting_hover;
ScalableBitmap m_button_ams_setting_press;
Button *m_button_guide {nullptr};
Button *m_button_retry {nullptr};
AmsHumidityTipPopup m_Humidity_tip_popup;
@@ -180,7 +178,6 @@ public:
void show_auto_refill(bool show);
void enable_ams_setting(bool en);
void show_vams_kn_value(bool show);
void update_vams_kn_value(AmsTray tray, MachineObject* obj);
void post_event(wxEvent&& event);
virtual bool Enable(bool enable = true);