diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-12-05 13:26:20 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-12-05 13:26:20 +0200 |
| commit | 9bd5c9c4af9dc29e637368f52b816ea2d812aeb6 (patch) | |
| tree | a5d139de26c7df27c22d7487c112e85cf621b3ba /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views | |
| parent | 027afa7e01a5fd7d07102d96436bb4caed95e3ce (diff) | |
| parent | 99ce3aa122c0d8f4703e0d5c43776f2658ac5392 (diff) | |
| download | Tango-9bd5c9c4af9dc29e637368f52b816ea2d812aeb6.tar.gz Tango-9bd5c9c4af9dc29e637368f52b816ea2d812aeb6.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/AboutView.xaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/AboutView.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/AboutView.xaml index 6d47e8191..682cc9ed9 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/AboutView.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/AboutView.xaml @@ -13,7 +13,7 @@ <UserControl.Resources> <converters:VersionToShortVersionConverter x:Key="VersionToShortVersionConverter" /> </UserControl.Resources> - + <Grid> <Grid> <Grid.RowDefinitions> @@ -42,7 +42,7 @@ - <controls:TableGrid RowHeight="25" Height="120" DockPanel.Dock="Top"> + <controls:TableGrid RowHeight="25" Height="150" DockPanel.Dock="Top"> <TextBlock FontWeight="SemiBold">Machine Studio:</TextBlock> <TextBlock><Run>v</Run><Run Text="{Binding ApplicationManager.Version,Mode=OneWay}"></Run></TextBlock> <TextBlock FontWeight="SemiBold">Core Libraries:</TextBlock> @@ -51,6 +51,8 @@ <TextBlock Text="{Binding ApplicationManager.BuildDate,Mode=OneWay}"></TextBlock> <TextBlock FontWeight="SemiBold">Data Source:</TextBlock> <TextBlock Text="{Binding Settings.DataSource.Address,Mode=OneWay}"></TextBlock> + <TextBlock FontWeight="SemiBold">Allow BETA Updates:</TextBlock> + <ToggleButton IsChecked="{Binding MachineStudioSettings.AcceptBetaRelease,Mode=TwoWay}" HorizontalAlignment="Left" VerticalAlignment="Bottom"></ToggleButton> </controls:TableGrid> <DockPanel> |
