'Keep on top' button appears last in the tab order (#1339) (#1347)

- Added TabIndex to AlwaysOnTop button
This commit is contained in:
Callum Shipton
2020-08-12 17:14:45 +01:00
committed by GitHub
parent 331388c000
commit 95a1ba4c8c

View File

@@ -142,6 +142,7 @@
AutomationProperties.AutomationId="NormalAlwaysOnTopButton"
Click="AlwaysOnTopButtonClick"
Content=""
TabIndex="3"
Visibility="{x:Bind Model.DisplayNormalAlwaysOnTopOption, Mode=OneWay}">
<Button.KeyboardAccelerators>
<KeyboardAccelerator Key="Up" Modifiers="Menu"/>