mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-22 12:32:17 -07:00
ENH:Hide multi disk switching
jira:[for demo] Change-Id: I4cbfde15ec2b6f7e8aa68e8654ebea0e9cb09b9c (cherry picked from commit 370be63709f1d8f3bdaa923023b71afed0391edb)
This commit is contained in:
parent
f5d58bb9f0
commit
569814d77c
1 changed files with 2 additions and 0 deletions
|
|
@ -1119,10 +1119,12 @@ SelectMachineDialog::SelectMachineDialog(Plater *plater)
|
|||
|
||||
auto last_plate_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
m_bitmap_last_plate = new wxStaticBitmap(m_basic_panel, wxID_ANY, create_scaled_bitmap("go_last_plate", this, 25), wxDefaultPosition, wxSize(FromDIP(25), FromDIP(25)), 0);
|
||||
m_bitmap_last_plate->Hide();
|
||||
last_plate_sizer->Add(m_bitmap_last_plate, 0, wxALIGN_CENTER, 0);
|
||||
|
||||
auto next_plate_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
m_bitmap_next_plate = new wxStaticBitmap(m_basic_panel, wxID_ANY, create_scaled_bitmap("go_next_plate", this, 25), wxDefaultPosition, wxSize(FromDIP(25), FromDIP(25)), 0);
|
||||
m_bitmap_next_plate->Hide();
|
||||
next_plate_sizer->Add(m_bitmap_next_plate, 0, wxALIGN_CENTER, 0);
|
||||
|
||||
sizer_rename->Add(m_rename_switch_panel, 0, wxALIGN_CENTER, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue