mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Updated mode icons
This commit is contained in:
parent
8cda986ffb
commit
9c8dcf3fae
5 changed files with 45 additions and 6 deletions
|
@ -727,9 +727,9 @@ ModeSizer::ModeSizer(wxWindow *parent, int hgap/* = 0*/) :
|
|||
SetFlexibleDirection(wxHORIZONTAL);
|
||||
|
||||
std::vector < std::pair < wxString, std::string >> buttons = {
|
||||
{_(L("Simple")), "mode_simple_sq.png"},
|
||||
{_(L("Advanced")), "mode_advanced_sq.png"},
|
||||
{_(L("Expert")), "mode_expert_sq.png"}
|
||||
{_(L("Simple")), "mode_simple"},
|
||||
{_(L("Advanced")), "mode_advanced"},
|
||||
{_(L("Expert")), "mode_expert"},
|
||||
};
|
||||
|
||||
auto modebtnfn = [](wxCommandEvent &event, int mode_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue