Skip to content

Commit 18e0479

Browse files
authored
enhance: reduce Minimum of History Commits setting (#527)
1 parent 3af30f5 commit 18e0479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Preference.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
Margin="0,0,16,0"/>
100100
<Grid Grid.Row="3" Grid.Column="1" ColumnDefinitions="*,64">
101101
<Slider Grid.Column="0"
102-
Minimum="20000" Maximum="100000"
102+
Minimum="5000" Maximum="100000"
103103
TickPlacement="BottomRight" TickFrequency="5000"
104104
IsSnapToTickEnabled="True"
105105
VerticalAlignment="Center"

0 commit comments

Comments
 (0)