mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-25 07:34:25 +08:00
New keyboard shortcuts dialog -> Bigger default size
This commit is contained in:
parent
4d556b40d1
commit
d350d001fc
@ -260,7 +260,7 @@ wxPanel* KBShortcutsDialog::create_page(wxWindow* parent, const std::pair<wxStri
|
||||
#if ENABLE_SCROLLABLE
|
||||
wxScrolledWindow* page = new wxScrolledWindow(parent);
|
||||
page->SetScrollbars(20, 20, 50, 50);
|
||||
page->SetInitialSize(wxSize(750, 350));
|
||||
page->SetInitialSize(wxSize(850, 450));
|
||||
#else
|
||||
wxPanel* page = new wxPanel(parent);
|
||||
#endif // ENABLE_SCROLLABLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user