diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-01-22 10:29:41 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-01-22 10:29:41 +0200 |
| commit | b50b83d7186a6e3de3194f99a486c2a76b145b30 (patch) | |
| tree | fb966da6b68bbaf010ac5a60ddc6991293d6b07f /Software/Visual_Studio/MachineStudio | |
| parent | de5315c050369dd7d2cc7cdc2b82e9cde0d6da24 (diff) | |
| download | Tango-b50b83d7186a6e3de3194f99a486c2a76b145b30.tar.gz Tango-b50b83d7186a6e3de3194f99a486c2a76b145b30.zip | |
Some more work external bridge.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/ApplicationLogsView.xaml | 3 |
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> |
