Skip to content

Commit 47dae06

Browse files
committed
feature: disable IsSnapToTickEnabled for subject guide length slider (#2123)
Signed-off-by: leo <longshuang@msn.cn>
1 parent e1aaee2 commit 47dae06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Preferences.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<Slider Grid.Column="0"
103103
Minimum="50" Maximum="200"
104104
TickPlacement="BottomRight" TickFrequency="10"
105-
IsSnapToTickEnabled="True"
105+
IsSnapToTickEnabled="False"
106106
VerticalAlignment="Center"
107107
Foreground="{DynamicResource Brush.Border1}"
108108
Value="{Binding SubjectGuideLength, Mode=TwoWay}"/>

0 commit comments

Comments
 (0)