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