mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Fixed position for all controls from the settings tabs
This commit is contained in:
parent
f1a74367ed
commit
7022fb0891
4 changed files with 59 additions and 24 deletions
|
@ -192,6 +192,7 @@ public:
|
|||
wxGridSizer* get_grid_sizer() { return m_grid_sizer; }
|
||||
|
||||
const std::vector<Line>& get_lines() { return m_lines; }
|
||||
wxWindow* get_last_near_label_widget() { return m_near_label_widget_ptrs.back(); }
|
||||
|
||||
protected:
|
||||
std::map<t_config_option_key, Option> m_options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue