mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: [STUDIO-1393]Device AMS consumables window scaling issue
Change-Id: Ic8cb8a099e8485113589cf43cffd80d3e1d69691
This commit is contained in:
parent
1a36608d59
commit
5739d58283
2 changed files with 27 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue