diff --git a/Contrib/NSIS Menu/nsismenu/nsismenu.cpp b/Contrib/NSIS Menu/nsismenu/nsismenu.cpp index b32bd9a4..d6b84ff2 100644 --- a/Contrib/NSIS Menu/nsismenu/nsismenu.cpp +++ b/Contrib/NSIS Menu/nsismenu/nsismenu.cpp @@ -100,7 +100,7 @@ private: // Create the main application window MyFrame *frame = new MyFrame(_("NSIS Menu"), - wxPoint(50, 50), wxSize(600 + wxSystemSettings::GetMetric(wxSYS_FRAMESIZE_X), 365 + wxSystemSettings::GetMetric(wxSYS_FRAMESIZE_X))); + wxPoint(50, 50), wxSize(600 + wxSystemSettings::GetMetric(wxSYS_FRAMESIZE_X), 355 + wxSystemSettings::GetMetric(wxSYS_FRAMESIZE_X))); // Show it and tell the application that it's our main window diff --git a/Menu/index.html b/Menu/index.html index 3493bca7..10539482 100644 --- a/Menu/index.html +++ b/Menu/index.html @@ -20,38 +20,38 @@ Many more examples, tutorials, plug-ins and NSIS-releted software are available at the on-line Developer Center.
-
- Documentation
- NSIS Users Manual
- Example scripts
- Modern UI 2
- Multi-User Header File
- StrFunc Header File
- On-line help
- Forum
- FAQ
- IRC Channel
- Bug Tracker
-
- Plug-ins
- AdvSplash - splash with fade in/out
- Banner - banner with custom text
- BgImage - background image
- Dialer - internet connection
- Math - math operations
- nsDialogs - custom wizard pages
- nsExec - launch command line tools
- NSISdl - download files
- Splash - splash screen
- StartMenu - Start Menu folder selection
- System - Windows API calls
- VPatch - update existing files
+ Documentation
+ NSIS Users Manual
+ Example scripts
+ Modern UI 2
+ Multi-User Header File
+ StrFunc Header File
+ On-line help
+ Forum
+ FAQ
+ IRC Channel
+ Bug Tracker
+
+ Plug-ins
+ AdvSplash - splash with fade in/out
+ Banner - banner with custom text
+ BgImage - background image
+ Dialer - internet connection
+ Math - math operations
+ nsDialogs - custom wizard pages
+ nsExec - launch command line tools
+ NSISdl - download files
+ Splash - splash screen
+ StartMenu - Start Menu folder selection
+ System - Windows API calls
+ VPatch - update existing files