aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-08-13 19:29:04 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-08-13 19:29:04 +0300
commitbad27bfb9f964ec404f421aa412e6f37804815c1 (patch)
tree5867c4a9773855397e708ff7290e0103e17d198e /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml
parentabc2f5fc8f757eddeccdd10646039c96b58e522d (diff)
parentd2e231dbe55d7fcae6aa53caf78f72bd58784a98 (diff)
downloadTango-bad27bfb9f964ec404f421aa412e6f37804815c1.tar.gz
Tango-bad27bfb9f964ec404f421aa412e6f37804815c1.zip
merge
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml
index 2787d73ef..08ba5b699 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml
@@ -43,7 +43,7 @@
<converters:MathOperatorConverter x:Key="MathOperatorConverter" />
- <SolidColorBrush x:Key="SideBarBackground" Color="White">
+ <SolidColorBrush x:Key="SideBarBackground" Color="{Binding Path=Color, Source={StaticResource SideBarBackgroundBrush}}">
</SolidColorBrush>
@@ -65,7 +65,7 @@
</Grid.RowDefinitions>
<StackPanel>
- <Grid Background="{StaticResource DarkGrayBrush}" TextElement.Foreground="Silver">
+ <Grid Background="#1B1B1B" TextElement.Foreground="Silver">
<Grid.Style>
<Style TargetType="Grid">
<Setter Property="LayoutTransform">