diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-14 15:31:28 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-14 15:31:28 +0300 |
| commit | a282f06d5060617af3ba3b4c4ea6b9f03372df3d (patch) | |
| tree | fa76ceb90dc7e5ef7bfb0f6e6382dc9b3a34cbc1 /Software/Visual_Studio/PPC/Tango.PPC.UI | |
| parent | 638606d27758a62c3369d4e0f335e12555334cc2 (diff) | |
| download | Tango-a282f06d5060617af3ba3b4c4ea6b9f03372df3d.tar.gz Tango-a282f06d5060617af3ba3b4c4ea6b9f03372df3d.zip | |
Fixed some issues with Machine Setup.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml index 9ff98ce52..e67905eba 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineSetupView.xaml @@ -76,7 +76,7 @@ <TextBlock VerticalAlignment="Center" Margin="0 10 0 0" Foreground="{StaticResource TangoPrimaryAccentBrush}" FontSize="{StaticResource TangoTitleFontSize}">Setup completed successfully. Machine is ready!</TextBlock> </StackPanel> - <touch:TouchButton Margin="0 200 0 0" Padding="20" Width="300" CornerRadius="35" Command="{Binding CompleteCommand}">START</touch:TouchButton> + <touch:TouchButton Margin="0 200 0 0" Padding="20" Width="300" CornerRadius="35" Command="{Binding CompleteCommand}">RESTART</touch:TouchButton> </StackPanel> </StackPanel> </DockPanel> |
