'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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"/>