mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 01:53:10 +02:00
tweak options label font and close button text
This commit is contained in:
parent
8d8c3426d2
commit
399cc5c4d4
1 changed files with 3 additions and 3 deletions
|
@ -785,13 +785,13 @@ Function PostInstallOptionsPage
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
; Set the text on the dialog button to match finish
|
; Set the text on the dialog button to match finish
|
||||||
SendMessage $POST_INSTALL_DIALOG ${WM_SETTEXT} 0 "STR:&Finish"
|
SendMessage $POST_INSTALL_DIALOG ${WM_SETTEXT} 1 "STR:$(^CloseBtn)"
|
||||||
|
|
||||||
${NSD_CreateLabel} 0 0 100% 14u "Setup Options"
|
${NSD_CreateLabel} 0 0 100% 12u "Setup Options"
|
||||||
Pop $OPTIONS_LABEL
|
Pop $OPTIONS_LABEL
|
||||||
|
|
||||||
; Set label to bold
|
; Set label to bold
|
||||||
CreateFont $R2 "MS Shell Dlg" 14 700
|
CreateFont $R2 "Arial" 12 700
|
||||||
SendMessage $OPTIONS_LABEL ${WM_SETFONT} $R2 0
|
SendMessage $OPTIONS_LABEL ${WM_SETFONT} $R2 0
|
||||||
|
|
||||||
; Force label redraw
|
; Force label redraw
|
||||||
|
|
Loading…
Reference in a new issue