Bed shape dialog improvements (#9569)

* init

* reduce changes

* Update BedShapeDialog.cpp

* update
This commit is contained in:
yw4z
2025-05-16 18:49:07 +03:00
committed by GitHub
parent 2490564f7f
commit b7e0abc5f5
3 changed files with 86 additions and 37 deletions

View File

@@ -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;