mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
ENH: refine text display of ams setting dialog
Change-Id: I180cb755d4a52d83f2916f5f4de3acc3cc21866f
This commit is contained in:
parent
1cbaa6e312
commit
b52c27710b
2 changed files with 28 additions and 29 deletions
|
@ -49,22 +49,22 @@ protected:
|
|||
wxPanel * m_panel_body;
|
||||
CheckBox * m_checkbox_Insert_material_auto_read;
|
||||
wxStaticText *m_title_Insert_material_auto_read;
|
||||
wxStaticText *m_tip_Insert_material_line1;
|
||||
wxStaticText *m_tip_Insert_material_line2;
|
||||
wxStaticText *m_tip_Insert_material_line3;
|
||||
Label* m_tip_Insert_material_line1;
|
||||
Label* m_tip_Insert_material_line2;
|
||||
Label* m_tip_Insert_material_line3;
|
||||
|
||||
CheckBox * m_checkbox_starting_auto_read;
|
||||
wxStaticText *m_title_starting_auto_read;
|
||||
wxStaticText *m_tip_starting_line1;
|
||||
wxStaticText *m_tip_starting_line2;
|
||||
Label* m_tip_starting_line1;
|
||||
Label* m_tip_starting_line2;
|
||||
|
||||
CheckBox * m_checkbox_remain;
|
||||
wxStaticText *m_title_remain;
|
||||
wxStaticText *m_tip_remain_line1;
|
||||
Label* m_tip_remain_line1;
|
||||
|
||||
CheckBox* m_checkbox_switch_filament;
|
||||
wxStaticText* m_title_switch_filament;
|
||||
wxStaticText* m_tip_switch_filament_line1;
|
||||
Label* m_tip_switch_filament_line1;
|
||||
|
||||
wxStaticText *m_tip_ams_img;
|
||||
Button * m_button_auto_demarcate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue