aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-06-30 08:25:19 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-06-30 06:55:15 +0000
commitccb930e29246e9fd4b56bebcb9e1b9ee29e0ee94 (patch)
tree4349451ea2529628f951a0d8fbac9bfb73a901e3 /dist
parent2182ded57be0bd91ab4459e622c2ac8fbef90e65 (diff)
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>
Diffstat (limited to 'dist')
-rw-r--r--dist/installer/ifw/config/config-linux.xml.in1
-rw-r--r--dist/installer/ifw/config/config-mac.xml.in1
-rw-r--r--dist/installer/ifw/config/config-windows.xml.in1
3 files changed, 3 insertions, 0 deletions
diff --git a/dist/installer/ifw/config/config-linux.xml.in b/dist/installer/ifw/config/config-linux.xml.in
index b0a1c70f03..21cd64a425 100644
--- a/dist/installer/ifw/config/config-linux.xml.in
+++ b/dist/installer/ifw/config/config-linux.xml.in
@@ -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>
diff --git a/dist/installer/ifw/config/config-mac.xml.in b/dist/installer/ifw/config/config-mac.xml.in
index ed7a6dfdb7..e3ecc20ed9 100644
--- a/dist/installer/ifw/config/config-mac.xml.in
+++ b/dist/installer/ifw/config/config-mac.xml.in
@@ -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>
diff --git a/dist/installer/ifw/config/config-windows.xml.in b/dist/installer/ifw/config/config-windows.xml.in
index d7dada0494..33c29dd594 100644
--- a/dist/installer/ifw/config/config-windows.xml.in
+++ b/dist/installer/ifw/config/config-windows.xml.in
@@ -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>