File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Layout/pkg/windows/bundles/sdk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 81
81
</Button>
82
82
</Page>
83
83
<Page Name="Success">
84
- <Label Name="SuccessHeader" X="148" Y="80" Width="-12" Height="32" HexStyle="00000000" FontId="PageHeaderFont">
84
+ <Label Name="SuccessHeader" X="148" Y="80" Width="-12" Height="32" HexStyle="00000000" FontId="PageHeaderFont" TabStop="yes" >
85
85
<!-- Default text to display if none of the conditions are true. -->
86
86
<Text>#(loc.SuccessHeader)</Text>
87
87
<Text Condition="WixBundleAction = 2">#(loc.SuccessLayoutHeader)</Text>
116
116
</Button>
117
117
</Page>
118
118
<Page Name="Failure">
119
- <Label Name="FailureHeader" X="148" Y="80" Width="-12" Height="32" HexStyle="00000000" FontId="PageHeaderFont">
119
+ <Label Name="FailureHeader" X="148" Y="80" Width="-12" Height="32" HexStyle="00000000" FontId="PageHeaderFont" TabStop="yes" >
120
120
<Text>#(loc.FailureHeader)</Text>
121
121
<Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text>
122
122
<Text Condition="WixBundleAction = 3">#(loc.FailureUnsafeUninstallHeader)</Text>
You can’t perform that action at this time.
0 commit comments