aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/configurations
diff options
context:
space:
mode:
Diffstat (limited to 'packaging-tools/configurations')
-rw-r--r--packaging-tools/configurations/linux/config.xml.template.linux.qtcreator3
-rw-r--r--packaging-tools/configurations/mac/config.xml.template.mac.qtcreator1
-rw-r--r--packaging-tools/configurations/windows/config.xml.template.windows.qtcreator1
-rw-r--r--packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x641
4 files changed, 5 insertions, 1 deletions
diff --git a/packaging-tools/configurations/linux/config.xml.template.linux.qtcreator b/packaging-tools/configurations/linux/config.xml.template.linux.qtcreator
index c4cfbd88b..650bfa270 100644
--- a/packaging-tools/configurations/linux/config.xml.template.linux.qtcreator
+++ b/packaging-tools/configurations/linux/config.xml.template.linux.qtcreator
@@ -12,7 +12,8 @@
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/qtcreator-%QTC_DISPLAY_VERSION%</TargetDir>
<AdminTargetDir>/opt/qtcreator-%QTC_DISPLAY_VERSION%</AdminTargetDir>
- <WizardDefaultHeight>520</WizardDefaultHeight>
+ <WizardDefaultHeight>560</WizardDefaultHeight>
+ <WizardDefaultWidth>820</WizardDefaultWidth>
<AllowSpaceInPath>true</AllowSpaceInPath>
<MaintenanceToolName>QtCreatorUninstaller</MaintenanceToolName>
</Installer>
diff --git a/packaging-tools/configurations/mac/config.xml.template.mac.qtcreator b/packaging-tools/configurations/mac/config.xml.template.mac.qtcreator
index 35580f5dc..b6ddd770c 100644
--- a/packaging-tools/configurations/mac/config.xml.template.mac.qtcreator
+++ b/packaging-tools/configurations/mac/config.xml.template.mac.qtcreator
@@ -13,6 +13,7 @@
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/Applications/Qt Creator %QTC_DISPLAY_VERSION%</TargetDir>
<WizardDefaultHeight>560</WizardDefaultHeight>
+ <WizardDefaultWidth>820</WizardDefaultWidth>
<AllowSpaceInPath>true</AllowSpaceInPath>
<MaintenanceToolName>Uninstall Qt Creator</MaintenanceToolName>
</Installer>
diff --git a/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator b/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator
index 8fd216581..b8148c093 100644
--- a/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator
+++ b/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator
@@ -14,5 +14,6 @@
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@rootDir@/Qt/qtcreator-%QTC_DISPLAY_VERSION%</TargetDir>
<WizardDefaultHeight>560</WizardDefaultHeight>
+ <WizardDefaultWidth>820</WizardDefaultWidth>
<AllowSpaceInPath>true</AllowSpaceInPath>
</Installer>
diff --git a/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x64 b/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x64
index 8b23f4a3d..f69787467 100644
--- a/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x64
+++ b/packaging-tools/configurations/windows/config.xml.template.windows.qtcreator.x64
@@ -14,5 +14,6 @@
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@rootDir@/Qt/qtcreator-%QTC_DISPLAY_VERSION%</TargetDir>
<WizardDefaultHeight>560</WizardDefaultHeight>
+ <WizardDefaultWidth>820</WizardDefaultWidth>
<AllowSpaceInPath>true</AllowSpaceInPath>
</Installer>