diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-07 19:26:57 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-07 19:26:57 +0300 |
| commit | 6511527e4b576d29fc97aa80479b61d7d1abc079 (patch) | |
| tree | 9734dc9bc5b6c347c7fc651702419afa37d0d3d9 /Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings | |
| parent | 3bcad30c7eacb41c134631f79bb50957751f11c7 (diff) | |
| download | Tango-6511527e4b576d29fc97aa80479b61d7d1abc079.tar.gz Tango-6511527e4b576d29fc97aa80479b61d7d1abc079.zip | |
Working on PPC Machine Setup !
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml index 0e8b5a474..c69c4f3f4 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml @@ -28,10 +28,10 @@ <Grid Grid.Row="1"> <DockPanel> <Grid Background="{StaticResource TangoPrimaryBackgroundBrush}" DockPanel.Dock="Bottom"> - <StackPanel Margin="50 20" Orientation="Horizontal" HorizontalAlignment="Right"> - <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="200" Height="60" CornerRadius="30" Margin="0 0 30 0" Command="{Binding DiscardCommand}">DISCARD</touch:TouchButton> + <StackPanel Margin="50 20" Orientation="Horizontal" HorizontalAlignment="Right"> + <!--<touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="200" Height="60" CornerRadius="30" Margin="0 0 30 0" Command="{Binding DiscardCommand}">DISCARD</touch:TouchButton>--> <touch:TouchButton Width="200" Height="60" CornerRadius="30" Command="{Binding SaveCommand}">SAVE</touch:TouchButton> - </StackPanel> + </StackPanel> </Grid> <Grid ClipToBounds="True"> |
