Make sure all pages fit into installer wizard height

Copy the hard-coded heights from the Qt installer. Otherwise the
Qt Account page texts do not fit the default height, and the text
is cut off at the bottom.

Change-Id: I290a69ce6cbb57f4f63ff54728a9400253407ffb
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Kai Koehne
2015-06-30 08:25:19 +02:00
parent 2182ded57b
commit ccb930e292
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
<InstallerWindowIcon>logo.png</InstallerWindowIcon>
<Watermark>watermark.png</Watermark>
<WizardDefaultHeight>520</WizardDefaultHeight>
<MaintenanceToolName>QtCreatorUninstaller</MaintenanceToolName>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/qtcreator-{version}</TargetDir>
+1
View File
@@ -8,6 +8,7 @@
<InstallerWindowIcon>logo.png</InstallerWindowIcon>
<Background>background.png</Background>
<WizardDefaultHeight>560</WizardDefaultHeight>
<MaintenanceToolName>Uninstall Qt Creator</MaintenanceToolName>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/Applications/Qt Creator {version}</TargetDir>
+1
View File
@@ -8,6 +8,7 @@
<InstallerWindowIcon>logo.png</InstallerWindowIcon>
<Watermark>watermark.png</Watermark>
<WizardDefaultHeight>560</WizardDefaultHeight>
<MaintenanceToolName>QtCreatorUninst</MaintenanceToolName>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@rootDir@/Qt/qtcreator-{version}</TargetDir>