File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
<TextBlock Grid.Column=" 1" Classes =" primary" Text =" {DynamicResource Text.Histories}" />
73
73
<ToggleButton Grid.Column=" 2"
74
74
Classes =" layout_direction"
75
- Width =" 32 " Height =" 26"
75
+ Width =" 28 " Height =" 26"
76
76
IsChecked =" {Binding Source={x:Static vm:Preference.Instance}, Path=UseTwoColumnsLayoutInHistories, Mode=TwoWay}"
77
77
ToolTip.Tip=" {DynamicResource Text.Histories.DisplayMode}" />
78
78
<ToggleButton Grid.Column=" 3"
79
79
Classes =" line_path"
80
- Width =" 32 " Height =" 26"
80
+ Width =" 28 " Height =" 26"
81
81
Background =" Transparent"
82
82
IsChecked =" {Binding EnableReflog, Mode=TwoWay}"
83
83
ToolTip.Tip=" {DynamicResource Text.Repository.EnableReflog}" >
84
84
<Path Width =" 12" Height =" 12" Data =" {StaticResource Icons.Reference}" />
85
85
</ToggleButton >
86
86
<ToggleButton Grid.Column=" 4"
87
87
Classes =" line_path"
88
- Width =" 32 " Height =" 26"
88
+ Width =" 28 " Height =" 26"
89
89
Background =" Transparent"
90
90
IsChecked =" {Binding EnableFirstParentInHistories, Mode=TwoWay}"
91
91
ToolTip.Tip=" {DynamicResource Text.Repository.FirstParentFilterToggle}" >
You can’t perform that action at this time.
0 commit comments