From fa711368805a771c53261e8d62f6b9b9866602a6 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 12 Jan 2016 12:21:28 -0800 Subject: [PATCH] drop post install options label size to 10 --- cmake/templates/NSIS.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 3851422c2b..4cd1b4bc04 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -792,7 +792,7 @@ Function PostInstallOptionsPage Pop $OPTIONS_LABEL ; Set label to bold - CreateFont $R2 "Arial" 12 700 + CreateFont $R2 "Arial" 10 700 SendMessage $OPTIONS_LABEL ${WM_SETFONT} $R2 0 ; Force label redraw