mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
New keyboard shortcuts dialog -> Bigger default size
This commit is contained in:
@@ -260,7 +260,7 @@ wxPanel* KBShortcutsDialog::create_page(wxWindow* parent, const std::pair<wxStri
|
|||||||
#if ENABLE_SCROLLABLE
|
#if ENABLE_SCROLLABLE
|
||||||
wxScrolledWindow* page = new wxScrolledWindow(parent);
|
wxScrolledWindow* page = new wxScrolledWindow(parent);
|
||||||
page->SetScrollbars(20, 20, 50, 50);
|
page->SetScrollbars(20, 20, 50, 50);
|
||||||
page->SetInitialSize(wxSize(750, 350));
|
page->SetInitialSize(wxSize(850, 450));
|
||||||
#else
|
#else
|
||||||
wxPanel* page = new wxPanel(parent);
|
wxPanel* page = new wxPanel(parent);
|
||||||
#endif // ENABLE_SCROLLABLE
|
#endif // ENABLE_SCROLLABLE
|
||||||
|
|||||||
Reference in New Issue
Block a user