Commit 1309602

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2023-11-08 14:26:13
increase code quality
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent 94b2c68
Changed files (1)
lib
lib/screens/settings.dart
@@ -94,7 +94,7 @@ class SettingsPage extends StatelessWidget {
                 value: settings.graphLineThickness,
                 min: 1,
                 max: 5,
-                stepSize: 0.5,
+                stepSize: 1,
               ),
               SliderListTile(
                 key: const Key('needlePinBarWidth'),