Skip to content

Commit 49821e7

Browse files
mhegazycompnerd
authored andcommitted
Fix Setup Progress banner position
1 parent d12f988 commit 49821e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/bundle/theme.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</Page>
8686

8787
<Page Name="Progress">
88-
<Label X="176" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.ProgressHeader)</Label>
88+
<Label X="192" Y="50" Width="-11" Height="32" FontId="2" DisablePrefix="yes">#(loc.ProgressHeader)</Label>
8989
<Label Name="OverallProgressPackageText" X="192" Y="89" Width="-11" Height="17" FontId="3" DisablePrefix="yes">#(loc.OverallProgressPackageText)</Label>
9090
<Progressbar Name="OverallCalculatedProgressbar" X="192" Y="111" Width="-11" Height="20" />
9191
<Button Name="ProgressCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.ProgressCancelButton)</Button>

0 commit comments

Comments
 (0)