mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 12:52:07 +00:00
FIX: ui style of base widgets
Change-Id: Ie0cff84d7a6f19c9830ce60f2a188fe9a7df545c
This commit is contained in:
@@ -13,6 +13,7 @@ class TextInput : public wxNavigationEnabled<wxWindow>
|
||||
ScalableBitmap icon;
|
||||
double radius;
|
||||
StateHandler state_handler;
|
||||
StateColor label_color;
|
||||
StateColor text_color;
|
||||
StateColor border_color;
|
||||
StateColor background_color;
|
||||
@@ -49,6 +50,8 @@ public:
|
||||
|
||||
void SetBorderColor(StateColor const & color);
|
||||
|
||||
void SetLabelColor(StateColor const &color);
|
||||
|
||||
void SetTextColor(StateColor const &color);
|
||||
|
||||
void SetBackgroundColor(StateColor const &color);
|
||||
|
||||
Reference in New Issue
Block a user