Browse Source

修改颤振幅值

luo 1 tháng trước cách đây
mục cha
commit
0bc31e65c1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Avalonia/ShakerApp/Views/DebugView/DebugView.axaml

+ 2 - 2
Avalonia/ShakerApp/Views/DebugView/DebugView.axaml

@@ -252,8 +252,8 @@
                                 <NumericUpDown
                                     Width="120"
                                     Margin="4,0,0,0"
-                                    Increment="0.01"
-                                    Minimum="0.01"
+                                    Increment="0.001"
+                                    Minimum="0"
                                     Value="{Binding FlutterAmpt}" />
                                 <TextBlock
                                     Margin="4,0,0,0"