diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-22 14:24:19 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-22 14:24:19 +0300 |
| commit | e29de860906682fb744aa703c47dc91883700e49 (patch) | |
| tree | 1646b79e17bdbe50d94221a5443e740d83c57db0 /Software/Visual_Studio/Utilities/Tango.MachineEM.UI | |
| parent | 9be3bbce0bc582e44ac2518ee471d825b81143d1 (diff) | |
| download | Tango-e29de860906682fb744aa703c47dc91883700e49.tar.gz Tango-e29de860906682fb744aa703c47dc91883700e49.zip | |
Implemented Numeric touch keyboard.
Implemented Native RoundTrip for Machine Emulator.
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.MachineEM.UI')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.MachineEM.UI/Views/MainView.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.MachineEM.UI/Views/MainView.xaml b/Software/Visual_Studio/Utilities/Tango.MachineEM.UI/Views/MainView.xaml index 8b19f5a17..cd73c0a3d 100644 --- a/Software/Visual_Studio/Utilities/Tango.MachineEM.UI/Views/MainView.xaml +++ b/Software/Visual_Studio/Utilities/Tango.MachineEM.UI/Views/MainView.xaml @@ -179,6 +179,7 @@ <SolidColorBrush Color="#151515" Opacity="0.8" /> </Grid.Background> <StackPanel HorizontalAlignment="Right" Orientation="Horizontal" Margin="5"> + <CheckBox Margin="0 0 20 0" VerticalAlignment="Center" IsChecked="{Binding Emulator.PerformNativeRoundTrip}">Perform Native RoundTrip</CheckBox> <ComboBox IsEnabled="{Binding Emulator.IsStarted,Converter={StaticResource BooleanInverseConverter}}" MinWidth="140" Margin="5" BorderThickness="0" ItemsSource="{Binding Ports}" SelectedItem="{Binding SelectedPort}"></ComboBox> <Button Margin="5" MinWidth="100" Style="{StaticResource AccentedSquareButtonStyle}" mahapps:ButtonHelper.PreserveTextCase="True" BorderThickness="0" Command="{Binding ClearCommand}"> <StackPanel Orientation="Horizontal"> |
