Skip to content

Commit 2821bab

Browse files
committed
ux: layout of histories toggle buttons
1 parent 62ac429 commit 2821bab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Views/Repository.axaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,20 @@
7272
<TextBlock Grid.Column="1" Classes="primary" Text="{DynamicResource Text.Histories}"/>
7373
<ToggleButton Grid.Column="2"
7474
Classes="layout_direction"
75-
Width="32" Height="26"
75+
Width="28" Height="26"
7676
IsChecked="{Binding Source={x:Static vm:Preference.Instance}, Path=UseTwoColumnsLayoutInHistories, Mode=TwoWay}"
7777
ToolTip.Tip="{DynamicResource Text.Histories.DisplayMode}"/>
7878
<ToggleButton Grid.Column="3"
7979
Classes="line_path"
80-
Width="32" Height="26"
80+
Width="28" Height="26"
8181
Background="Transparent"
8282
IsChecked="{Binding EnableReflog, Mode=TwoWay}"
8383
ToolTip.Tip="{DynamicResource Text.Repository.EnableReflog}">
8484
<Path Width="12" Height="12" Data="{StaticResource Icons.Reference}"/>
8585
</ToggleButton>
8686
<ToggleButton Grid.Column="4"
8787
Classes="line_path"
88-
Width="32" Height="26"
88+
Width="28" Height="26"
8989
Background="Transparent"
9090
IsChecked="{Binding EnableFirstParentInHistories, Mode=TwoWay}"
9191
ToolTip.Tip="{DynamicResource Text.Repository.FirstParentFilterToggle}">

0 commit comments

Comments
 (0)