AddBrandingImage now supports dialog units, even on POSIX
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7033 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
993b491786
commit
48703ab513
6 changed files with 45 additions and 30 deletions
|
@ -29,7 +29,7 @@ XPStyle on
|
|||
; It is not enough to just add the placeholder, we must set the image too...
|
||||
; We will later set the image in every pre-page function.
|
||||
; We can also set just one persistent image in .onGUIInit
|
||||
AddBrandingImage left 100
|
||||
AddBrandingImage left 100u
|
||||
|
||||
; Sets the font of the installer
|
||||
SetFont "Comic Sans MS" 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue