mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07: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
|
|
@ -1,22 +0,0 @@
|
|||
|
||||
#ifndef _WX_STATTEXT2_H_
|
||||
#define _WX_STATTEXT2_H_
|
||||
|
||||
#include "wx/stattext.h"
|
||||
|
||||
class WXDLLIMPEXP_CORE wxStaticText2 : public wxPanel
|
||||
{
|
||||
public:
|
||||
wxString m_msg;
|
||||
wxStaticText2();
|
||||
wxStaticText2(wxWindow *parent,
|
||||
wxWindowID id = wxID_ANY,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxSize(200,200));
|
||||
|
||||
void paintEvent(wxPaintEvent &evt);
|
||||
|
||||
void SetLabel(wxString msg){m_msg = msg;};
|
||||
|
||||
};
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue