mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
commit
27c76960b4
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
|
||||||
|
|
||||||
wxDialog diag(this, wxID_ANY, "Settings", wxDefaultPosition);
|
wxDialog diag(this, wxID_ANY, "Settings", wxDefaultPosition);
|
||||||
static const u32 width = 425;
|
static const u32 width = 425;
|
||||||
static const u32 height = 400;
|
static const u32 height = 460;
|
||||||
|
|
||||||
// Settings panels
|
// Settings panels
|
||||||
wxNotebook* nb_config = new wxNotebook(&diag, wxID_ANY, wxPoint(6,6), wxSize(width, height));
|
wxNotebook* nb_config = new wxNotebook(&diag, wxID_ANY, wxPoint(6,6), wxSize(width, height));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue