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 331
331
332
332
<controls : HorizontalRule />
333
333
334
- <Grid ToolTipService.ToolTip=" {x:Bind ViewModel.SignOutButtonTooltip, Mode=OneWay}" >
334
+ <Grid >
335
+ <Border Background =" Transparent"
336
+ ToolTipService.ToolTip=" {x:Bind ViewModel.SignOutButtonTooltip, Mode=OneWay}" />
335
337
<HyperlinkButton
336
338
Command =" {x:Bind ViewModel.SignOutCommand, Mode=OneWay}"
337
339
IsEnabled =" {x:Bind ViewModel.VpnLifecycle, Converter={StaticResource StoppedBoolConverter}, Mode=OneWay}"
338
340
Margin =" -12,0"
339
341
HorizontalAlignment =" Stretch"
340
342
HorizontalContentAlignment =" Left" >
341
343
342
- <TextBlock Text =" Sign out" Foreground =" {ThemeResource DefaultTextForegroundThemeBrush}" />
343
- </HyperlinkButton >
344
-
345
- <HyperlinkButton
346
- Command =" {x:Bind ViewModel.ExitCommand, Mode=OneWay}"
347
- Margin =" -12,-8,-12,-5"
348
- HorizontalAlignment =" Stretch"
349
- HorizontalContentAlignment =" Left" >
350
-
351
- <TextBlock Text =" Exit" Foreground =" {ThemeResource DefaultTextForegroundThemeBrush}" />
344
+ <TextBlock Text =" Sign out" Foreground =" {x:Bind ViewModel.SignOutButtonForeground, Mode=OneWay}" />
352
345
</HyperlinkButton >
353
346
</Grid >
347
+ <HyperlinkButton
348
+ Command =" {x:Bind ViewModel.ExitCommand, Mode=OneWay}"
349
+ Margin =" -12,-8,-12,-5"
350
+ HorizontalAlignment =" Stretch"
351
+ HorizontalContentAlignment =" Left" >
352
+
353
+ <TextBlock Text =" Exit" Foreground =" {ThemeResource DefaultTextForegroundThemeBrush}" />
354
+ </HyperlinkButton >
354
355
</StackPanel >
355
356
</Page >
You can’t perform that action at this time.
0 commit comments