From 5a3d38fbf9d096d2f92ca37f0a3b2c5511a959c8 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Fri, 13 Jun 2003 15:38:17 +0000 Subject: [PATCH] bitmap size git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2642 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Readme.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 3f30f659..fc3ba034 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -309,9 +309,8 @@ follow these steps:

MUI_PROGRESSBAR ("" | colored | smooth)
The style of the progress bar. Colored makes it use the MUI_INSTALLCOLORS.
Default: smooth

MUI_HEADERBITMAP bmp_file
- Bitmap to display in the white header. With the default DPI, a bitmap with a size 150x57 - won't have to be resized. The NSIS Setup uses the ${NSISDIR}\Contrib\Icons\modern-header.bmp bitmap, - but can also make one with your own logo.

+ Bitmap to display in the white header (recommended size: 150x57 pixels). The NSIS Setup uses the bitmap + ${NSISDIR}\Contrib\Icons\modern-header.bmp, but can also make one with your own logo.

MUI_HEADERBITMAP_RIGHT
Display the header image on the right side instead of the left side.

@@ -320,7 +319,8 @@ follow these steps:

InstallOptions INI file for the Welcome and Finish page.
Default: ${NSISDIR}\Contrib\Modern UI\ioSpecial.ini

MUI_SPECIALBITMAP bmp_file
- Bitmap for the Welcome and Finish page.
Default: ${NSISDIR}\Contrib\Icons\modern-wizard.bmp

+ Bitmap for the Welcome and Finish page (recommended size: 164x314 pixels).
+ Default: ${NSISDIR}\Contrib\Icons\modern-wizard.bmp

MUI_BGCOLOR (color: 0xBBGGRR)
Background color for the header, Welcome page and Finish page.
Default: 0xFFFFFF

MUI_RTL_UI