Change size of a custom page in Inno Setup
Posted
by
Paja
on Stack Overflow
See other posts from Stack Overflow
or by Paja
Published on 2010-12-24T15:50:31Z
Indexed on
2010/12/24
15:54 UTC
Read the original article
Hit count: 257
The following image shows the size of a standard custom page:
I've intentionally removed the panel on top, where you usually see Caption
, Description
and Logo
. So you can see that the actual size of the page is quite small - there are gaps on top, left and right sides. Is there any way to resize the page, so there are no gaps? I want the image to take the whole space.
I create the page using CreateCustomPage
function.
© Stack Overflow or respective owner