mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX:fix the device interface button adaptation problem
Change-Id: Ide49dce78dd83cdb87e13dc93fb128e554d36871
This commit is contained in:
parent
ed1870b3a5
commit
1337498efa
5 changed files with 18 additions and 18 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "Widgets/ImageSwitchButton.hpp"
|
||||
#include "Widgets/AMSControl.hpp"
|
||||
#include "HMS.hpp"
|
||||
#include "Widgets/wxStaticText2.hpp"
|
||||
#include "Widgets/ErrorMsgStaticText.hpp"
|
||||
class StepIndicator;
|
||||
|
||||
#define COMMAND_TIMEOUT_U0 15
|
||||
|
@ -177,7 +177,7 @@ protected:
|
|||
wxBoxSizer * m_tasklist_caption_sizer;
|
||||
wxPanel* m_panel_error_txt;
|
||||
wxPanel* m_staticline;
|
||||
wxStaticText2 * m_error_text;
|
||||
ErrorMsgStaticText * m_error_text;
|
||||
wxStaticText* m_staticText_calibration_caption;
|
||||
wxStaticText* m_staticText_calibration_caption_top;
|
||||
wxStaticText* m_calibration_text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue