From ccb930e29246e9fd4b56bebcb9e1b9ee29e0ee94 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 30 Jun 2015 08:25:19 +0200 Subject: 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 --- dist/installer/ifw/config/config-linux.xml.in | 1 + dist/installer/ifw/config/config-mac.xml.in | 1 + dist/installer/ifw/config/config-windows.xml.in | 1 + 3 files changed, 3 insertions(+) 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 @@ logo.png watermark.png + 520 QtCreatorUninstaller @homeDir@/qtcreator-{version} 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 @@ logo.png background.png + 560 Uninstall Qt Creator @homeDir@/Applications/Qt Creator {version} 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 @@ logo.png watermark.png + 560 QtCreatorUninst @rootDir@/Qt/qtcreator-{version} -- cgit v1.2.3