From 87d5fc0e66ae256f6bafb25c08ad1abaf5a95047 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 10 Jun 2018 16:10:09 -0700 Subject: [PATCH] More reasonable default drive speed --- MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 48a1810a..e206d1f3 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -140,7 +140,7 @@ namespace DICUI private void PopulateDriveSpeeds() { cmb_DriveSpeed.ItemsSource = _driveSpeeds; - cmb_DriveSpeed.SelectedIndex = 0; + cmb_DriveSpeed.SelectedItem = 8; } ///