drop post install options label size to 10

This commit is contained in:
Stephen Birarda 2016-01-12 12:21:28 -08:00
parent fe220ca658
commit fa71136880

View file

@ -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