Skip to content

Commit 081ac2e

Browse files
committed
ux: use larger icon in collapsed sidebar
Signed-off-by: leo <longshuang@msn.cn>
1 parent 628572a commit 081ac2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Views/Repository.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,8 +715,8 @@
715715
<ListBox Background="Transparent" SelectedIndex="{Binding SelectedViewIndex, Mode=TwoWay}" SelectionMode="AlwaysSelected">
716716
<ListBox.Styles>
717717
<Style Selector="Path.icon">
718-
<Setter Property="Width" Value="16"/>
719-
<Setter Property="Height" Value="16"/>
718+
<Setter Property="Width" Value="18"/>
719+
<Setter Property="Height" Value="18"/>
720720
<Setter Property="Fill" Value="{DynamicResource Brush.FG1}"/>
721721
<Setter Property="HorizontalAlignment" Value="Center"/>
722722
<Setter Property="VerticalAlignment" Value="Center"/>

0 commit comments

Comments
 (0)