mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Bed shape dialog improvements (#9569)
* init * reduce changes * Update BedShapeDialog.cpp * update
This commit is contained in:
@@ -15,7 +15,7 @@ namespace GUI {
|
||||
|
||||
|
||||
Bed_2D::Bed_2D(wxWindow* parent) :
|
||||
wxPanel(parent, wxID_ANY, wxDefaultPosition, wxSize(25 * wxGetApp().em_unit(), -1), wxTAB_TRAVERSAL)
|
||||
wxPanel(parent, wxID_ANY, wxDefaultPosition, wxSize(32 * wxGetApp().em_unit(), -1), wxTAB_TRAVERSAL)
|
||||
{
|
||||
#ifdef __APPLE__
|
||||
m_user_drawn_background = false;
|
||||
|
||||
Reference in New Issue
Block a user