mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Filling the Print's Tab. Continued. All labels are on they own places, but still without Controls
This commit is contained in:
parent
d60fac42d6
commit
67b9b1b273
4 changed files with 229 additions and 242 deletions
|
@ -33,7 +33,7 @@ class StaticText;
|
|||
|
||||
/// Wraps a ConfigOptionDef and adds function object for creating a side_widget.
|
||||
struct Option {
|
||||
ConfigOptionDef opt {ConfigOptionDef()};
|
||||
ConfigOptionDef opt { ConfigOptionDef() };
|
||||
t_config_option_key opt_id;//! {""};
|
||||
widget_t side_widget {nullptr};
|
||||
bool readonly {false};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue