mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-20 21:01:06 +08:00
feature: disable IsSnapToTickEnabled for subject guide length slider (#2123)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
<Slider Grid.Column="0"
|
||||
Minimum="50" Maximum="200"
|
||||
TickPlacement="BottomRight" TickFrequency="10"
|
||||
IsSnapToTickEnabled="True"
|
||||
IsSnapToTickEnabled="False"
|
||||
VerticalAlignment="Center"
|
||||
Foreground="{DynamicResource Brush.Border1}"
|
||||
Value="{Binding SubjectGuideLength, Mode=TwoWay}"/>
|
||||
|
||||
Reference in New Issue
Block a user