mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Merge pull request #1177 from Zangetsu38/Getsuga
Fix correct size setting windows.
This commit is contained in:
commit
0ce4930c0f
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 = 520;
|
||||
|
||||
// Settings panels
|
||||
|
|
|
@ -734,9 +734,6 @@
|
|||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|Win32'">
|
||||
<PlatformToolset>v140</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue