FIX: [STUDIO-1393]Device AMS consumables window scaling issue

Change-Id: Ic8cb8a099e8485113589cf43cffd80d3e1d69691
This commit is contained in:
maosheng.wei 2023-05-30 11:36:42 +08:00 committed by Lane.Wei
parent 1a36608d59
commit 5739d58283
2 changed files with 27 additions and 8 deletions

View file

@ -150,6 +150,9 @@ protected:
wxStaticText * m_title_temperature;
TextInput * m_input_nozzle_min;
TextInput* m_input_nozzle_max;
ScalableBitmap * degree;
wxStaticBitmap * bitmap_max_degree;
wxStaticBitmap * bitmap_min_degree;
Button * m_button_reset;
Button * m_button_confirm;
wxStaticText* m_tip_readonly;