aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-01-24 17:29:39 +0200
committerAvi Levkovich <avi@twine-s.com>2019-01-24 17:29:39 +0200
commit5af9cb60feeda4b1dd781c3358418798d828d086 (patch)
tree10d76fda2812077022d4ba459652f16fd08daafa /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views
parentd1807ee5a17bada69c8062d7e218c006fe654a24 (diff)
parent6f56066c9d7bca42857792a43063b7eb5a9f47ef (diff)
downloadTango-5af9cb60feeda4b1dd781c3358418798d828d086.tar.gz
Tango-5af9cb60feeda4b1dd781c3358418798d828d086.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/ApplicationLogsView.xaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/ApplicationLogsView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/ApplicationLogsView.xaml
index b67b14612..e61dc99ba 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/ApplicationLogsView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/ApplicationLogsView.xaml
@@ -161,6 +161,9 @@
<Setter Property="FontWeight" Value="SemiBold"></Setter>
<Setter Property="Cursor" Value="Arrow"></Setter>
</DataTrigger>
+ <DataTrigger Binding="{Binding LogObject}" Value="External Bridge">
+ <Setter Property="Foreground" Value="#28A805" />
+ </DataTrigger>
</Style.Triggers>
</Style>
</DataGrid.RowStyle>