diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-01-01 02:48:32 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-01-01 02:48:32 +0200 |
| commit | 3df1dc3b608bbbb67d6c46bba13bc657f76c0ddd (patch) | |
| tree | 4b7f641dbb70d34fabb611fb8007c4df9bfeec31 /Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views | |
| parent | 16ea69e5fc0277b5011a42da4fd6c749f9a6daec (diff) | |
| download | Tango-3df1dc3b608bbbb67d6c46bba13bc657f76c0ddd.tar.gz Tango-3df1dc3b608bbbb67d6c46bba13bc657f76c0ddd.zip | |
Several bug fixes
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml index d105278e6..e69c57753 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml @@ -176,7 +176,7 @@ <StackPanel Margin="20 0 20 40"> <StackPanel Margin="0 40 0 0"> <TextBlock FontSize="{StaticResource TangoSmallFontSize}" Foreground="{StaticResource TangoGrayTextBrush}">Thread Type</TextBlock> - <touch:TouchComboBox x:Name="lubricationCombo" Margin="0 5 0 0" ItemsSource="{Binding LubricationLevels}" DisplayMemberPath="Name"></touch:TouchComboBox> + <touch:TouchComboBox x:Name="lubricationCombo" Margin="0 5 0 0" ItemsSource="{Binding LubricationLevels}" SelectedItem="{Binding SelectedLubricationLevel}" DisplayMemberPath="Name"></touch:TouchComboBox> </StackPanel> <StackPanel Margin="0 20 0 0"> |
