From 04515200171a1d7ab9c9d226d8d417aa2736e09f Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 26 Jul 2003 12:15:58 +0000 Subject: [PATCH] hexadecimal git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2773 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Readme.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.