mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
Improve UI of profile dependencies tab (#9553)
* init * Update Tab.cpp * update labels * Update Tab.hpp * Fix checkbox label * Update Tab.cpp --------- Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
parent
cc525608e9
commit
41ff632d28
6 changed files with 33 additions and 14 deletions
|
@ -164,7 +164,7 @@ protected:
|
|||
|
||||
struct PresetDependencies {
|
||||
Preset::Type type = Preset::TYPE_INVALID;
|
||||
wxCheckBox *checkbox = nullptr;
|
||||
::CheckBox* checkbox = nullptr;
|
||||
Button *btn = nullptr;
|
||||
std::string key_list; // "compatible_printers"
|
||||
std::string key_condition;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue