aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-09-02 14:44:32 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-09-02 14:44:32 +0300
commit401103a9f735c0179d53144b7cee3c88e3445240 (patch)
treeff08b899c82640285215fb1d5418c7f9d4578a57 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml
parentc45e816908048bb7b621759c0b0f1391d7d85b0b (diff)
parentd07b62cf2e014da6f7c7226ce7ff017542161708 (diff)
downloadTango-401103a9f735c0179d53144b7cee3c88e3445240.tar.gz
Tango-401103a9f735c0179d53144b7cee3c88e3445240.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml
index 9308fce5a..86cc089e5 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/MainView.xaml
@@ -64,7 +64,14 @@
</DataTemplate>
</ComboBox.ItemTemplate>
</ComboBox>
+
</StackPanel>
+ <Button Margin="100,10,0,0" Cursor="Hand" Height="40" FontSize="12" ToolTip="Open Comparison Wizard" Command="{Binding OpenComparisonWizardCommand}">
+ <StackPanel Orientation="Horizontal">
+ <materialDesign:PackIcon Width="24" Height="24" Kind="Compare"/>
+ <TextBlock Margin="10 0 0 0" VerticalAlignment="Center" FontSize="16">Comparison Wizard</TextBlock>
+ </StackPanel>
+ </Button>
</StackPanel>
</Grid>