Merge pull request #1177 from Zangetsu38/Getsuga

Fix correct size setting windows.
This commit is contained in:
Raul Tambre 2015-08-15 10:38:29 +03:00
commit 0ce4930c0f
3 changed files with 1 additions and 67 deletions

View file

@ -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

View file

@ -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>