Skip to content

Commit a3e03f8

Browse files
committed
Update AddressToolbar.xaml
1 parent 5e010e9 commit a3e03f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Files.App/UserControls/AddressToolbar.xaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -503,10 +503,8 @@
503503
IsChecked="{x:Bind Commands.ToggleShelfPane.IsOn, Mode=TwoWay}"
504504
ToolTipService.ToolTip="{x:Bind ViewModel.Commands.ToggleShelfPane.LabelWithHotKey, Mode=OneWay}">
505505
<controls:ThemedIcon
506-
Width="20"
507-
Height="20"
508-
HorizontalAlignment="Center"
509-
VerticalAlignment="Center"
506+
Width="16"
507+
Height="16"
510508
Style="{StaticResource App.ThemedIcons.Shelf}" />
511509
</ToggleButton>
512510

0 commit comments

Comments
 (0)