diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 7826e277..93fd0160 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -315,14 +315,14 @@ parameters.

MUI_UNICON icon_file
The icon of the uninstaller.
Default: ${NSISDIR}\Contrib\Icons\modern-uninstall.ico

MUI_LICENSEBKCOLOR - (/windows | /grey | (color: RRGGBB))
+ (/windows | /grey | (color: RRGGBB hexadecimal))
The background color for the license textbox. Use /windows for the default text background (usually white). Use the /grey for the standard window background (usually grey).
Default: /windows

MUI_CHECKBITMAP bitmap_file
The bitmap with images for the checks of the component select treeview.
Default: ${NSISDIR}\Contrib\Icons\modern.bmp

MUI_INSTALLCOLORS (/windows | - (foreground color: RRGGBB) (background color: RRGGBB))
+ (foreground color: RRGGBB hexadecimal) (background color: RRGGBB hexadecimal))
The colors of the details screen. Use /windows for the default colors.
Default: /windows

MUI_PROGRESSBAR ("" | colored | smooth)
@@ -351,7 +351,7 @@ parameters.

bitmap that fits exactly, you should not use this option because the size of the field will be different if the user has a custom DPI setting.

-

MUI_BGCOLOR (color: 0xBBGGRR)
+

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

MUI_RTL_UI
Right-to-left interface.