We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e010e9 commit a3e03f8Copy full SHA for a3e03f8
src/Files.App/UserControls/AddressToolbar.xaml
@@ -503,10 +503,8 @@
503
IsChecked="{x:Bind Commands.ToggleShelfPane.IsOn, Mode=TwoWay}"
504
ToolTipService.ToolTip="{x:Bind ViewModel.Commands.ToggleShelfPane.LabelWithHotKey, Mode=OneWay}">
505
<controls:ThemedIcon
506
- Width="20"
507
- Height="20"
508
- HorizontalAlignment="Center"
509
- VerticalAlignment="Center"
+ Width="16"
+ Height="16"
510
Style="{StaticResource App.ThemedIcons.Shelf}" />
511
</ToggleButton>
512
0 commit comments