mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Fix correct size setting windows.
And other small change
This commit is contained in:
parent
a775b428f4
commit
5e9eb9c3bb
3 changed files with 1 additions and 67 deletions
|
|
@ -364,7 +364,7 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
|
|||
}
|
||||
|
||||
wxDialog diag(this, wxID_ANY, "Settings", wxDefaultPosition);
|
||||
static const u32 width = 452;
|
||||
static const u32 width = 458;
|
||||
static const u32 height = 460;
|
||||
|
||||
// Settings panels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue