mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Fix of an icon size slider under OSX and GTK
This commit is contained in:
parent
ccdd68f157
commit
a1e09c3db3
3 changed files with 37 additions and 12 deletions
|
@ -17,6 +17,7 @@ class PreferencesDialog : public DPIDialog
|
|||
std::map<std::string, std::string> m_values;
|
||||
std::shared_ptr<ConfigOptionsGroup> m_optgroup;
|
||||
wxSizer* m_icon_size_sizer;
|
||||
bool isOSX {false};
|
||||
public:
|
||||
PreferencesDialog(wxWindow* parent);
|
||||
~PreferencesDialog() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue