mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
drop post install options label size to 10
This commit is contained in:
parent
fe220ca658
commit
fa71136880
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue