Skip to content

Commit dfc6043

Browse files
committed
Make installer window taller
1 parent 35dc26c commit dfc6043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-14.6 KB
Loading

platforms/Windows/bundle/theme.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<Font Id="2" Height="-18" Weight="500" Foreground="graytext">Segoe UI</Font>
1010
<Font Id="3" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
1111

12-
<Window Width="614" Height="456" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)">
13-
<ImageControl X="0" Y="0" Width="165" Height="456" ImageFile="swift_side.png"/>
12+
<Window Width="614" Height="500" HexStyle="100a0000" FontId="0" Caption="#(loc.Caption)">
13+
<ImageControl X="0" Y="0" Width="165" Height="500" ImageFile="swift_side.png"/>
1414
<Label X="176" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Label>
1515

1616
<Page Name="Help">

0 commit comments

Comments
 (0)