mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00: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:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user