From 95a1ba4c8cbe525fcedad422682e28e89a4bf153 Mon Sep 17 00:00:00 2001 From: Callum Shipton Date: Wed, 12 Aug 2020 17:14:45 +0100 Subject: [PATCH] 'Keep on top' button appears last in the tab order (#1339) (#1347) - Added TabIndex to AlwaysOnTop button --- src/Calculator/Views/MainPage.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Calculator/Views/MainPage.xaml b/src/Calculator/Views/MainPage.xaml index 07eef66..a2bad01 100644 --- a/src/Calculator/Views/MainPage.xaml +++ b/src/Calculator/Views/MainPage.xaml @@ -142,6 +142,7 @@ AutomationProperties.AutomationId="NormalAlwaysOnTopButton" Click="AlwaysOnTopButtonClick" Content="" + TabIndex="3" Visibility="{x:Bind Model.DisplayNormalAlwaysOnTopOption, Mode=OneWay}">