mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
ENH:uniform border width of buttons in monitor control
Change-Id: Ifc84992d7d0c161991a031a7d1a7329f4b87687f
This commit is contained in:
parent
60e96c2940
commit
802036fcd8
6 changed files with 36 additions and 99 deletions
|
@ -17,8 +17,6 @@ public:
|
|||
void SetLabels(wxString const & lbl_on, wxString const & lbl_off);
|
||||
void SetImages(ScalableBitmap &img_on, ScalableBitmap &img_off);
|
||||
void SetTextColor(StateColor const &color);
|
||||
void SetBorderColor(StateColor const &color);
|
||||
void SetBgColor(StateColor const &color);
|
||||
void SetValue(bool value);
|
||||
void SetPadding(int padding);
|
||||
|
||||
|
@ -50,9 +48,6 @@ private:
|
|||
|
||||
wxString labels[2];
|
||||
StateColor text_color;
|
||||
StateColor bg_color;
|
||||
StateColor border_color;
|
||||
StateHandler state_handler;
|
||||
};
|
||||
|
||||
#endif // !slic3r_GUI_SwitchButton_hpp_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue