mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
NEW:add symbolic description for units optionin preferences
https://github.com/bambulab/BambuStudio/issues/1459 Change-Id: Ia16c1bb17378ec25a145dd0e7116df434b564e10
This commit is contained in:
parent
ad70e58e14
commit
7142119f03
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ wxWindow* PreferencesDialog::create_general_page()
|
|||
std::vector<wxString> Regions = {_L("Asia-Pacific"), _L("China"), _L("Europe"), _L("North America"), _L("Others")};
|
||||
auto item_region= create_item_region_combobox(_L("Login Region"), page, _L("Login Region"), Regions);
|
||||
|
||||
std::vector<wxString> Units = {_L("Metric"), _L("Imperial")};
|
||||
std::vector<wxString> Units = {_L("Metric") + " (mm, g)", _L("Imperial") + " (in, oz)"};
|
||||
auto item_currency = create_item_combobox(_L("Units"), page, _L("Units"), "use_inches", Units);
|
||||
|
||||
auto item_hints = create_item_checkbox(_L("Show \"Tip of the day\" notification after start"), page, _L("If enabled, useful hints are displayed at startup."), 50, "show_hints");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue