From 91dec06f66badef3f94385a760eec72ac0a475f8 Mon Sep 17 00:00:00 2001 From: scottr Date: Tue, 15 Jun 2021 15:56:14 -0700 Subject: [PATCH] [cpack/stabilization/2106] minor tweaks: increased button height to fit admin icon, fixed button bar background size issue, fixed progress text overwrite bug --- .../Packaging/BootstrapperTheme.xml.in | 44 +++++++++---------- .../Platform/Windows/Packaging_windows.cmake | 4 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/cmake/Platform/Windows/Packaging/BootstrapperTheme.xml.in b/cmake/Platform/Windows/Packaging/BootstrapperTheme.xml.in index 2d61868694..03b5e339e3 100644 --- a/cmake/Platform/Windows/Packaging/BootstrapperTheme.xml.in +++ b/cmake/Platform/Windows/Packaging/BootstrapperTheme.xml.in @@ -21,10 +21,10 @@ @WIX_THEME_INSTALL_LICENSE_ELEMENTS@ - - - - + + + + @@ -35,19 +35,19 @@ - - - + + + #(loc.ModifyHeader) - - - - + + + + @@ -55,11 +55,11 @@ #(loc.ProgressHeader) #(loc.ProgressLabel) - #(loc.OverallProgressPackageText) + #(loc.OverallProgressPackageText) - - + + @@ -69,14 +69,14 @@ #(loc.SuccessRepairHeader) #(loc.SuccessUninstallHeader) - - - + + + - + #(loc.FailureHeader) #(loc.FailureInstallHeader) #(loc.FailureUninstallHeader) @@ -85,8 +85,8 @@ #(loc.FailureHyperlinkLogText) - - + + @@ -95,7 +95,7 @@ #(loc.HelpText) - - + + diff --git a/cmake/Platform/Windows/Packaging_windows.cmake b/cmake/Platform/Windows/Packaging_windows.cmake index c882215030..5df53d158c 100644 --- a/cmake/Platform/Windows/Packaging_windows.cmake +++ b/cmake/Platform/Windows/Packaging_windows.cmake @@ -96,8 +96,8 @@ set(_hyperlink_license " ") set(_raw_text_license " - - #(loc.InstallEulaAcceptance) + + #(loc.InstallEulaAcceptance) ") if(LY_INSTALLER_DOWNLOAD_URL)