Skip to content

Commit cdc49f9

Browse files
committed
More accessibility fixes
1 parent 50dcf2d commit cdc49f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<Hypertext HexStyle="00000000" EnableCondition="WixBundleAction = 6" TabStop="yes" Name="ReleaseNotesLinkText" X="148" Y="300" Width="-12" Height="16" FontId="DefaultFont" HideWhenDisabled="yes">#(loc.ReleaseNotesLinkText)</Hypertext>
102102
<Hypertext HexStyle="00000000" EnableCondition="WixBundleAction = 6" TabStop="yes" Name="TutorialsLinkText" X="148" Y="316" Width="-12" Height="16" FontId="DefaultFont" HideWhenDisabled="yes">#(loc.TutorialsLinkText)</Hypertext>
103103

104-
<Label X="148" Y="-48" Width="-12" Height="34" FontId="DefaultFont" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">
104+
<Label Name="SuccessRestartText" X="148" Y="-48" Width="-12" Height="34" FontId="DefaultFont" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">
105105
<Text>#(loc.SuccessRestartText)</Text>
106106
<Text Condition="WixBundleAction = 3">#(loc.SuccessUninstallRestartText)</Text>
107107
</Label>
@@ -116,6 +116,7 @@
116116
</Button>
117117
</Page>
118118
<Page Name="Failure">
119+
<Label Name="FailureRestartText" X="148" Y="-48" Width="-12" Height="32" FontId="DefaultFont" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label>
119120
<Label Name="FailureHeader" X="148" Y="80" Width="-12" Height="32" HexStyle="00000000" FontId="PageHeaderFont" TabStop="yes">
120121
<Text>#(loc.FailureHeader)</Text>
121122
<Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text>
@@ -134,7 +135,8 @@
134135
<Hypertext HexStyle="000000" Name="FailureMessageText" X="148" Y="172" Width="-12" Height="48" FontId="ErrorFont" TabStop="yes" HideWhenDisabled="yes" />
135136

136137
<!-- Reserve two lines of space to accommodate localized content. -->
137-
<Label X="148" Y="-48" Width="-12" Height="32" FontId="DefaultFont" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label>
138+
139+
138140
<Button Name="FailureRestartButton" X="-124" Y="-12" Width="100" Height="24" TabStop="yes" FontId="DefaultFont" HideWhenDisabled="yes">#(loc.FailureRestartButton)</Button>
139141
<Button Name="FailureCloseButton" X="-12" Y="-12" Width="100" Height="24" TabStop="yes" FontId="DefaultFont">
140142
<Text>#(loc.FailureCloseButton)</Text>

0 commit comments

Comments
 (0)