font can be set using MUI_INTERFACE macro
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1394 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b54faa6de6
commit
58848d42c0
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
!define MUI_TEMP1 $R0
|
!define MUI_TEMP1 $R0
|
||||||
!define MUI_TEMP2 $R1
|
!define MUI_TEMP2 $R1
|
||||||
|
|
||||||
!macro MUI_INTERFACE UI ICON UNICON CHECKS PROGRESSBAR CURRENTPAGEVAR
|
!macro MUI_INTERFACE UI ICON UNICON CHECKS PROGRESSBAR FONT CURRENTPAGEVAR
|
||||||
|
|
||||||
;User interface
|
;User interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
UninstallIcon "${NSISDIR}\Contrib\Icons\${UNICON}"
|
UninstallIcon "${NSISDIR}\Contrib\Icons\${UNICON}"
|
||||||
XPStyle On
|
XPStyle On
|
||||||
ChangeUI all "${NSISDIR}\Contrib\UIs\${UI}"
|
ChangeUI all "${NSISDIR}\Contrib\UIs\${UI}"
|
||||||
SetFont Tahoma 8
|
SetFont "${FONT}" 8
|
||||||
CheckBitmap "${NSISDIR}\Contrib\Icons\${CHECKS}"
|
CheckBitmap "${NSISDIR}\Contrib\Icons\${CHECKS}"
|
||||||
InstallColors /windows
|
InstallColors /windows
|
||||||
InstProgressFlags "${PROGRESSBAR}"
|
InstProgressFlags "${PROGRESSBAR}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue