aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml
diff options
context:
space:
mode:
authorRoy <roy.mail.net@gmail.com>2017-12-09 01:24:26 +0200
committerRoy <roy.mail.net@gmail.com>2017-12-09 01:24:26 +0200
commit59c8532c05d3dcdd99589ed9983f11601a867bad (patch)
tree383a81a3f27a3d72d54320cb2f0ca0d48640976e /Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml
parentcf7af2bc991e99b9dc82f4f54784d0eaa9a043b0 (diff)
downloadTango-59c8532c05d3dcdd99589ed9983f11601a867bad.tar.gz
Tango-59c8532c05d3dcdd99589ed9983f11601a867bad.zip
Stubs Execution GUI complete !
Need to do code review and comments.
Diffstat (limited to 'Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml')
-rw-r--r--Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml b/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml
index e7f3308b8..a1ebbb21f 100644
--- a/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml
+++ b/Software/Visual_Studio/Tango.SharedUI/Controls/ScriptEditorControl.xaml
@@ -43,10 +43,10 @@
</Button>
<Rectangle Margin="20 7 10 5" HorizontalAlignment="Center" VerticalAlignment="Stretch" Stroke="#3E3E3E" StrokeThickness="2"></Rectangle>
<Button Cursor="Hand" Margin="10 0 0 0" ToolTip="Run (F5)" Command="{Binding RelativeSource={RelativeSource AncestorType=UserControl},Path=RunCommand}" Style="{DynamicResource MetroCircleButtonStyle}" Width="16" Height="16">
- <fa:ImageAwesome Icon="Play" Foreground="#39B839"></fa:ImageAwesome>
+ <fa:ImageAwesome Icon="Play" Foreground="#8DD28A"></fa:ImageAwesome>
</Button>
<Button Cursor="Hand" Margin="15 0 0 0" IsEnabled="False" ToolTip="Stop" Command="{Binding RelativeSource={RelativeSource AncestorType=UserControl},Path=StopCommand}" Style="{DynamicResource MetroCircleButtonStyle}" Width="14" Height="14">
- <fa:ImageAwesome Icon="Stop" Foreground="Red"></fa:ImageAwesome>
+ <fa:ImageAwesome Icon="Stop" Foreground="#F38B76"></fa:ImageAwesome>
</Button>
</StackPanel>
</ToolBar>