mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 12:11:59 +08:00
Preferences: Allow to use "Dark mode" grope in GcodeViewer too
This commit is contained in:
parent
3bb4aaec5a
commit
c9de26daf7
@ -609,6 +609,7 @@ void PreferencesDialog::build()
|
|||||||
|
|
||||||
activate_options_tab(m_optgroup_render);
|
activate_options_tab(m_optgroup_render);
|
||||||
#endif // ENABLE_ENVIRONMENT_MAP
|
#endif // ENABLE_ENVIRONMENT_MAP
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
// Add "Dark Mode" tab
|
// Add "Dark Mode" tab
|
||||||
@ -638,7 +639,6 @@ void PreferencesDialog::build()
|
|||||||
|
|
||||||
activate_options_tab(m_optgroup_dark_mode);
|
activate_options_tab(m_optgroup_dark_mode);
|
||||||
#endif //_WIN32
|
#endif //_WIN32
|
||||||
}
|
|
||||||
|
|
||||||
// update alignment of the controls for all tabs
|
// update alignment of the controls for all tabs
|
||||||
update_ctrls_alignment();
|
update_ctrls_alignment();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user