diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-09 12:34:54 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-09 12:34:54 +0300 |
| commit | f87208b19e183d309a3bcacd26ecc74c4da728d4 (patch) | |
| tree | ba3eba566ff125160fd162dce0de1929df08edcd /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views | |
| parent | f8876913ac534f6ec6b122ce64a49d6937b4ba3c (diff) | |
| download | Tango-f87208b19e183d309a3bcacd26ecc74c4da728d4.tar.gz Tango-f87208b19e183d309a3bcacd26ecc74c4da728d4.zip | |
Changed PPC CMYK color space label to Volume.
Re-implemented machine designer clone.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MachineSettingsView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MachineSettingsView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MachineSettingsView.xaml index 2ef48f9b3..96b5e0ee1 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MachineSettingsView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MachineSettingsView.xaml @@ -69,7 +69,7 @@ <TextBox Text="{Binding ActiveMachine.OsKey}"></TextBox> </controls:TableGrid> - <Button Margin="0 20 0 0" Background="{StaticResource RedBrush300}" ToolTip="Make this machine configuration as a prototype for the selected machine version" BorderBrush="{StaticResource RedBrush300}" Width="200" Height="45" VerticalAlignment="Bottom" Command="{Binding MakePrototypeCommand}"> + <Button Visibility="Collapsed" Margin="0 20 0 0" Background="{StaticResource RedBrush300}" ToolTip="Make this machine configuration as a prototype for the selected machine version" BorderBrush="{StaticResource RedBrush300}" Width="200" Height="45" VerticalAlignment="Bottom" Command="{Binding MakePrototypeCommand}"> <StackPanel Orientation="Horizontal"> <materialDesign:PackIcon Kind="Copyright" Width="24" Height="24" /> <TextBlock VerticalAlignment="Center" Margin="10 0 0 0">MAKE PROTOTYPE</TextBlock> |
