Skip to content

Commit 7e393a4

Browse files
committed
Fix comment
1 parent cdc49f9 commit 7e393a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Layout/pkg/windows/bundles/sdk/bundle.thm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
</Button>
117117
</Page>
118118
<Page Name="Failure">
119+
<!-- Reserve two lines of space to accommodate localized content. -->
119120
<Label Name="FailureRestartText" X="148" Y="-48" Width="-12" Height="32" FontId="DefaultFont" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label>
120121
<Label Name="FailureHeader" X="148" Y="80" Width="-12" Height="32" HexStyle="00000000" FontId="PageHeaderFont" TabStop="yes">
121122
<Text>#(loc.FailureHeader)</Text>
@@ -134,9 +135,6 @@
134135
<!-- This element is updated by the bootstrapper application. Reserve 3 lines of space. -->
135136
<Hypertext HexStyle="000000" Name="FailureMessageText" X="148" Y="172" Width="-12" Height="48" FontId="ErrorFont" TabStop="yes" HideWhenDisabled="yes" />
136137

137-
<!-- Reserve two lines of space to accommodate localized content. -->
138-
139-
140138
<Button Name="FailureRestartButton" X="-124" Y="-12" Width="100" Height="24" TabStop="yes" FontId="DefaultFont" HideWhenDisabled="yes">#(loc.FailureRestartButton)</Button>
141139
<Button Name="FailureCloseButton" X="-12" Y="-12" Width="100" Height="24" TabStop="yes" FontId="DefaultFont">
142140
<Text>#(loc.FailureCloseButton)</Text>

0 commit comments

Comments
 (0)