Skip to content

Commit a633c66

Browse files
authored
Fix layout of installer help page for non-ENU locales, #18152 (#18246)
1 parent e8d3169 commit a633c66

File tree

2 files changed

+2
-2
lines changed
  • src/Installers/Windows

2 files changed

+2
-2
lines changed

src/Installers/Windows/SharedFrameworkBundle/thm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Theme xmlns="http://wixtoolset.org/schemas/thmutil/2010">
3-
<Window Width="585" Height="317" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window>
3+
<Window Width="585" Height="347" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window>
44
<Font Id="0" Height="-12" Weight="500" Foreground="000000" Background="FFFFFF">Segoe UI</Font>
55
<Font Id="1" Height="-24" Weight="500" Foreground="000000">Segoe UI</Font>
66
<Font Id="2" Height="-22" Weight="500" Foreground="666666">Segoe UI</Font>

src/Installers/Windows/WindowsHostingBundle/thm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Theme xmlns="http://wixtoolset.org/schemas/thmutil/2010">
3-
<Window Width="485" Height="317" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window>
3+
<Window Width="485" Height="347" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window>
44
<Font Id="0" Height="-12" Weight="500" Foreground="000000" Background="FFFFFF">Segoe UI</Font>
55
<Font Id="1" Height="-24" Weight="500" Foreground="000000">Segoe UI</Font>
66
<Font Id="2" Height="-22" Weight="500" Foreground="666666">Segoe UI</Font>

0 commit comments

Comments
 (0)