mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 07:37:12 +02:00
Add SmallChange properties to the rest of the sliders (fixes keyboard input). (#5621)
This commit is contained in:
parent
cd7b52f995
commit
93d78f9ac4
4 changed files with 10 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
Width="200"
|
||||
TickFrequency="0.01"
|
||||
IsSnapToTickEnabled="True"
|
||||
SmallChange="0.01"
|
||||
Maximum="10"
|
||||
Minimum="0"
|
||||
Value="{Binding StrongRumble, Mode=TwoWay}" />
|
||||
|
@ -47,6 +48,7 @@
|
|||
Maximum="10"
|
||||
TickFrequency="0.01"
|
||||
IsSnapToTickEnabled="True"
|
||||
SmallChange="0.01"
|
||||
Minimum="0"
|
||||
Value="{Binding WeakRumble, Mode=TwoWay}" />
|
||||
<TextBlock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue