mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: modify slice button and print button initial value
Change-Id: I114aa63b25f32ba6b427afd8b9ce4ebebfe18915 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
c4ec0ddae9
commit
f89dfa7615
1 changed files with 2 additions and 2 deletions
|
@ -1321,9 +1321,9 @@ wxBoxSizer* MainFrame::create_side_tools()
|
||||||
m_slice_select = eSlicePlate;
|
m_slice_select = eSlicePlate;
|
||||||
m_print_select = ePrintPlate;
|
m_print_select = ePrintPlate;
|
||||||
|
|
||||||
m_slice_btn = new SideButton(this, _L("Slice"), "");
|
m_slice_btn = new SideButton(this, _L("Slice plate"), "");
|
||||||
m_slice_option_btn = new SideButton(this, "", "sidebutton_dropdown", 0, FromDIP(14));
|
m_slice_option_btn = new SideButton(this, "", "sidebutton_dropdown", 0, FromDIP(14));
|
||||||
m_print_btn = new SideButton(this, _L("Print"), "");
|
m_print_btn = new SideButton(this, _L("Print plate"), "");
|
||||||
m_print_option_btn = new SideButton(this, "", "sidebutton_dropdown", 0, FromDIP(14));
|
m_print_option_btn = new SideButton(this, "", "sidebutton_dropdown", 0, FromDIP(14));
|
||||||
|
|
||||||
update_side_button_style();
|
update_side_button_style();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue