diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-10 13:32:03 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-10 13:32:03 +0200 |
| commit | e245356c722792f8c23aa483cb323f4c47b54fb6 (patch) | |
| tree | b6861fa22f2b5a476aa486ab7056297ff5621302 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml | |
| parent | 85be4860a445cd2cb5dcc01a582fbea5fe21c200 (diff) | |
| download | Tango-e245356c722792f8c23aa483cb323f4c47b54fb6.tar.gz Tango-e245356c722792f8c23aa483cb323f4c47b54fb6.zip | |
Added new event types.
Remove IsStable and AcceptBetaRelease from machine studio.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml index e76d933fb..195c89224 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindow.xaml @@ -58,11 +58,7 @@ <TextBlock FontSize="16" Margin="0 20 0 0">Comments</TextBlock> <TextBox Height="70" Margin="0 5 0 0" Width="500" AcceptsReturn="True" TextWrapping="Wrap" Text="{Binding Comments,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"></TextBox> - - <StackPanel Orientation="Horizontal" Margin="0 10 0 0"> - <CheckBox IsChecked="{Binding ForcedUpdate}">Forced Update</CheckBox> - <CheckBox Margin="10 0 0 0" IsChecked="{Binding IsStable}">Stable Release</CheckBox> - </StackPanel> +> </StackPanel> <Grid DockPanel.Dock="Bottom"> |
