1 parent 628572a commit 081ac2eCopy full SHA for 081ac2e
1 file changed
src/Views/Repository.axaml
@@ -715,8 +715,8 @@
715
<ListBox Background="Transparent" SelectedIndex="{Binding SelectedViewIndex, Mode=TwoWay}" SelectionMode="AlwaysSelected">
716
<ListBox.Styles>
717
<Style Selector="Path.icon">
718
- <Setter Property="Width" Value="16"/>
719
- <Setter Property="Height" Value="16"/>
+ <Setter Property="Width" Value="18"/>
+ <Setter Property="Height" Value="18"/>
720
<Setter Property="Fill" Value="{DynamicResource Brush.FG1}"/>
721
<Setter Property="HorizontalAlignment" Value="Center"/>
722
<Setter Property="VerticalAlignment" Value="Center"/>
0 commit comments