mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 14:13:57 -06:00
FIX: linux darkmode text display
Change-Id: I2c935647669dd9743cf4a230ef21e48ea4b92eb8
This commit is contained in:
parent
59b6b59a9a
commit
4d8ad0003b
17 changed files with 249 additions and 115 deletions
|
@ -52,8 +52,8 @@ class CaliSavePresetValuePanel : public wxPanel
|
|||
protected:
|
||||
wxBoxSizer* m_top_sizer;
|
||||
CaliPagePicture* m_picture_panel;
|
||||
wxStaticText* m_value_title;
|
||||
wxStaticText* m_save_name_title;
|
||||
Label* m_value_title;
|
||||
Label* m_save_name_title;
|
||||
::TextInput* m_input_value;
|
||||
::TextInput* m_input_name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue