File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 240
240
241
241
<controls : HorizontalRule />
242
242
243
- <Grid ToolTipService.ToolTip=" {x:Bind ViewModel.SignOutButtonTooltip, Mode=OneWay}" >
243
+ <Grid >
244
+ <Border Background =" Transparent"
245
+ ToolTipService.ToolTip=" {x:Bind ViewModel.SignOutButtonTooltip, Mode=OneWay}" />
244
246
<HyperlinkButton
245
247
Command =" {x:Bind ViewModel.SignOutCommand, Mode=OneWay}"
246
248
IsEnabled =" {x:Bind ViewModel.VpnLifecycle, Converter={StaticResource StoppedBoolConverter}, Mode=OneWay}"
247
249
Margin =" -12,0"
248
250
HorizontalAlignment =" Stretch"
249
251
HorizontalContentAlignment =" Left" >
250
252
251
- <TextBlock Text =" Sign out" Foreground =" {ThemeResource DefaultTextForegroundThemeBrush}" />
252
- </HyperlinkButton >
253
-
254
- <HyperlinkButton
255
- Command =" {x:Bind ViewModel.ExitCommand, Mode=OneWay}"
256
- Margin =" -12,-8,-12,-5"
257
- HorizontalAlignment =" Stretch"
258
- HorizontalContentAlignment =" Left" >
259
-
260
- <TextBlock Text =" Exit" Foreground =" {ThemeResource DefaultTextForegroundThemeBrush}" />
253
+ <TextBlock Text =" Sign out" Foreground =" {x:Bind ViewModel.SignOutButtonForeground, Mode=OneWay}" />
261
254
</HyperlinkButton >
262
255
</Grid >
256
+ <HyperlinkButton
257
+ Command =" {x:Bind ViewModel.ExitCommand, Mode=OneWay}"
258
+ Margin =" -12,-8,-12,-5"
259
+ HorizontalAlignment =" Stretch"
260
+ HorizontalContentAlignment =" Left" >
261
+
262
+ <TextBlock Text =" Exit" Foreground =" {ThemeResource DefaultTextForegroundThemeBrush}" />
263
+ </HyperlinkButton >
263
264
</StackPanel >
264
265
</Page >
You can’t perform that action at this time.
0 commit comments