mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 06:08:22 +02:00
title changes for setup options
This commit is contained in:
parent
a44c34dd0b
commit
c01ba7714c
1 changed files with 3 additions and 13 deletions
|
@ -476,7 +476,6 @@ SectionEnd
|
||||||
!include "nsdialogs.nsh"
|
!include "nsdialogs.nsh"
|
||||||
|
|
||||||
Var PostInstallDialog
|
Var PostInstallDialog
|
||||||
Var OptionsLabel
|
|
||||||
Var DesktopClientCheckbox
|
Var DesktopClientCheckbox
|
||||||
Var DesktopServerCheckbox
|
Var DesktopServerCheckbox
|
||||||
Var ServerStartupCheckbox
|
Var ServerStartupCheckbox
|
||||||
|
@ -502,6 +501,8 @@ Var CopyFromProductionCheckbox
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
Function PostInstallOptionsPage
|
Function PostInstallOptionsPage
|
||||||
|
!insertmacro MUI_HEADER_TEXT "Setup Options" ""
|
||||||
|
|
||||||
nsDialogs::Create 1018
|
nsDialogs::Create 1018
|
||||||
Pop $PostInstallDialog
|
Pop $PostInstallDialog
|
||||||
|
|
||||||
|
@ -509,18 +510,7 @@ Function PostInstallOptionsPage
|
||||||
Abort
|
Abort
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
${NSD_CreateLabel} 0 0 100% 12u "Setup Options"
|
StrCpy $CurrentOffset 0
|
||||||
Pop $OptionsLabel
|
|
||||||
|
|
||||||
; Set label to bold
|
|
||||||
CreateFont $R2 "Arial" 10 700
|
|
||||||
SendMessage $OptionsLabel ${WM_SETFONT} $R2 0
|
|
||||||
|
|
||||||
; Force label redraw
|
|
||||||
ShowWindow $OptionsLabel ${SW_HIDE}
|
|
||||||
ShowWindow $OptionsLabel ${SW_SHOW}
|
|
||||||
|
|
||||||
StrCpy $CurrentOffset 15
|
|
||||||
StrCpy $OffsetUnits u
|
StrCpy $OffsetUnits u
|
||||||
|
|
||||||
${If} ${SectionIsSelected} ${@CLIENT_COMPONENT_NAME@}
|
${If} ${SectionIsSelected} ${@CLIENT_COMPONENT_NAME@}
|
||||||
|
|
Loading…
Reference in a new issue