mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 19:32:18 +00:00
FIX:Optimize button and checkbox resolution adaptation
jira: STUDIO-11003 Change-Id: Ia6325e3069a09cef45643442ad6f6ee929958446 (cherry picked from commit 7901e9fbaaa65e4746a16a89791a4a835db0e71e)
This commit is contained in:
@@ -323,10 +323,10 @@ private:
|
||||
wxStaticText * m_more_setting_tips = nullptr;
|
||||
wxStaticBitmap * m_advanced_options_icon{nullptr};
|
||||
wxBoxSizer * m_append_color_sizer = nullptr;
|
||||
CheckBox* m_append_color_checkbox = nullptr;
|
||||
::CheckBox* m_append_color_checkbox = nullptr;
|
||||
wxStaticText * m_append_color_text = nullptr;
|
||||
wxBoxSizer * m_merge_color_sizer = nullptr;
|
||||
CheckBox* m_merge_color_checkbox = nullptr;
|
||||
::CheckBox* m_merge_color_checkbox = nullptr;
|
||||
wxStaticText * m_merge_color_text = nullptr;
|
||||
bool m_is_empty_project = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user