forked from qt-creator/qt-creator
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:
@@ -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
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user