diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-14 13:51:06 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-14 13:51:06 +0300 |
| commit | 2ceda82fb5e1584106a8b6e45bd6c3a014e7429a (patch) | |
| tree | d7f75675408988468607af33af97eeb6a1476c3d /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineUpdateView.xaml | |
| parent | 27ef734e78b8b11f06cf4f01e68a8f9c9efb75d1 (diff) | |
| download | Tango-2ceda82fb5e1584106a8b6e45bd6c3a014e7429a.tar.gz Tango-2ceda82fb5e1584106a8b6e45bd6c3a014e7429a.zip | |
Improved LightTouchScrollViewer on PPC.
Added Back To Application button on db update view on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineUpdateView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineUpdateView.xaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineUpdateView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineUpdateView.xaml index 06343814d..b17a53422 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineUpdateView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineUpdateView.xaml @@ -90,6 +90,8 @@ </TextBlock> <touch:TouchButton Margin="0 200 0 0" Padding="20" Width="300" CornerRadius="35" Command="{Binding UpdateCommand}">UPDATE</touch:TouchButton> + + <touch:TouchButton Style="{StaticResource TangoFlatButton}" Margin="0 80 0 0" Padding="20" Width="300" HorizontalContentAlignment="Center" CornerRadius="35" Command="{Binding ToApplicationCommand}">Back To Application</touch:TouchButton> </StackPanel> </Grid> |
