diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-18 05:05:01 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-18 05:05:01 +0200 |
| commit | 0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7 (patch) | |
| tree | 379ef3ec6a4781ae0dcada8e7c233e80761be6c2 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/ConfigurationView.xaml | |
| parent | 8dbf9aea30b685b56b2eae2aa490440e3d46d725 (diff) | |
| download | Tango-0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7.tar.gz Tango-0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7.zip | |
Prototypes Improved.
HW version dropped from prototype.
Added Light Color Formula.
Cleaned some machine configuration types OS Version, Display Panel Version etc...
UPdated Local PPC Schema and Data.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/ConfigurationView.xaml')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/ConfigurationView.xaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/ConfigurationView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/ConfigurationView.xaml index 03043d04e..d1eaaaeff 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/ConfigurationView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/ConfigurationView.xaml @@ -83,7 +83,12 @@ </Grid.RowDefinitions> <Grid ClipToBounds="False"> - + <Button Margin="200 40 0 0" Background="{StaticResource RedBrush300}" ToolTip="Upgrade this machine configuration to GEN 2" BorderBrush="{StaticResource RedBrush300}" Width="200" Height="45" VerticalAlignment="Top" HorizontalAlignment="Left" Command="{Binding UpgradeToGen2Command}" Visibility="{Binding IsGen1Machine,Converter={StaticResource BoolToVisConverter}}"> + <StackPanel Orientation="Horizontal"> + <materialDesign:PackIcon Kind="Beta" Width="24" Height="24" /> + <TextBlock VerticalAlignment="Center" Margin="5 0 0 0">UPGRADE TO GEN 2</TextBlock> + </StackPanel> + </Button> </Grid> <Viewbox MaxWidth="1200" Grid.Row="1" > |
