Skip to content

Commit caf1fcf

Browse files
authored
Improved touch support on the status bar (#2361)
1 parent 4e0481c commit caf1fcf

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Files/UserControls/ModernNavigationToolbar.xaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,8 @@
660660
<Button
661661
x:Name="Back"
662662
x:Uid="NavBackButton"
663-
Width="34"
664-
Height="30"
663+
Width="36"
664+
Height="32"
665665
Margin="4,0,2,0"
666666
Padding="0"
667667
x:FieldModifier="public"
@@ -687,8 +687,8 @@
687687
<Button
688688
x:Name="Forward"
689689
x:Uid="NavForwardButton"
690-
Width="34"
691-
Height="30"
690+
Width="36"
691+
Height="32"
692692
Margin="2,0,2,0"
693693
Padding="0"
694694
x:FieldModifier="public"
@@ -713,8 +713,8 @@
713713
<Button
714714
x:Name="Up"
715715
x:Uid="NavUpButton"
716-
Width="34"
717-
Height="30"
716+
Width="36"
717+
Height="32"
718718
Margin="2,0,2,0"
719719
Padding="0"
720720
x:FieldModifier="public"
@@ -738,8 +738,8 @@
738738
<Button
739739
x:Name="Refresh"
740740
x:Uid="NavRefreshButton"
741-
Width="34"
742-
Height="30"
741+
Width="36"
742+
Height="32"
743743
Margin="2,0,0,0"
744744
Padding="0"
745745
x:FieldModifier="public"
@@ -855,8 +855,8 @@
855855
x:Name="NewItemButton"
856856
x:Uid="NavNewItemButton"
857857
Grid.Row="3"
858-
Width="34"
859-
Height="30"
858+
Width="36"
859+
Height="32"
860860
Margin="0,0,4,0"
861861
Padding="0"
862862
HorizontalAlignment="Right"
@@ -915,8 +915,8 @@
915915
x:Name="SearchButton"
916916
x:Uid="NavSearchButton"
917917
Grid.Row="3"
918-
Width="34"
919-
Height="30"
918+
Width="36"
919+
Height="32"
920920
Margin="0,0,4,0"
921921
Background="Transparent"
922922
CornerRadius="2"
@@ -948,8 +948,8 @@
948948
<Button
949949
x:Name="VerticalTabStripInvokeButton"
950950
x:Uid="VerticalTabStrip"
951-
Width="34"
952-
Height="30"
951+
Width="36"
952+
Height="32"
953953
Margin="2,0,2,0"
954954
x:Load="{x:Bind converters:MultiBooleanConverter.Convert(AppSettings.IsVerticalTabFlyoutEnabled, local1:App.InteractionViewModel.IsVerticalTabFlyoutVisible), Mode=OneWay}"
955955
AllowDrop="True"
@@ -986,8 +986,8 @@
986986
<Button
987987
x:Uid="NavMoreButton"
988988
Grid.Row="3"
989-
Width="34"
990-
Height="30"
989+
Width="36"
990+
Height="32"
991991
Margin="0,0,4,0"
992992
HorizontalAlignment="Right"
993993
AutomationProperties.Name="More options"

Files/UserControls/StatusBarControl.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
Orientation="Horizontal">
4242
<Button
4343
x:Uid="StatusBarControlSelectionOptions"
44-
Width="34"
45-
Height="30"
44+
Width="36"
45+
Height="32"
4646
Margin="2,0,2,0"
4747
AutomationProperties.Name="Selection options"
4848
Background="Transparent"
@@ -87,8 +87,8 @@
8787

8888
<Button
8989
x:Uid="StatusBarControlLayoutMode"
90-
Width="34"
91-
Height="30"
90+
Width="36"
91+
Height="32"
9292
Margin="2,0,2,0"
9393
AutomationProperties.Name="Layout mode"
9494
Background="Transparent"
@@ -152,8 +152,8 @@
152152
</muxc:AnimatedVisualPlayer>
153153
<Button
154154
x:Uid="StatusCenter"
155-
Width="34"
156-
Height="30"
155+
Width="36"
156+
Height="32"
157157
Margin="2,0,2,0"
158158
AutomationProperties.Name="Status center"
159159
Background="Transparent"

0 commit comments

Comments
 (0)