Merge pull request #918 from Dante38490/patch-1

Fix Size Setting panel
This commit is contained in:
Raul Tambre 2014-12-22 17:25:21 +02:00
commit 27c76960b4

View file

@ -342,7 +342,7 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
wxDialog diag(this, wxID_ANY, "Settings", wxDefaultPosition);
static const u32 width = 425;
static const u32 height = 400;
static const u32 height = 460;
// Settings panels
wxNotebook* nb_config = new wxNotebook(&diag, wxID_ANY, wxPoint(6,6), wxSize(width, height));