From b885adb509065d964d628f90a3800f519f49f622 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sat, 25 Jul 2020 01:58:40 +0300 Subject: Procedure custom dialogs ! --- .../Scripting/Tango.Scripting.Editors/Rendering/TextView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Scripting/Tango.Scripting.Editors/Rendering/TextView.cs') diff --git a/Software/Visual_Studio/Scripting/Tango.Scripting.Editors/Rendering/TextView.cs b/Software/Visual_Studio/Scripting/Tango.Scripting.Editors/Rendering/TextView.cs index 3dabb6b7a..1b1f12ff3 100644 --- a/Software/Visual_Studio/Scripting/Tango.Scripting.Editors/Rendering/TextView.cs +++ b/Software/Visual_Studio/Scripting/Tango.Scripting.Editors/Rendering/TextView.cs @@ -554,7 +554,7 @@ namespace Tango.Scripting.Editors.Rendering /// public static readonly DependencyProperty LinkTextForegroundBrushProperty = DependencyProperty.Register("LinkTextForegroundBrush", typeof(Brush), typeof(TextView), - new FrameworkPropertyMetadata(Brushes.Blue)); + new FrameworkPropertyMetadata(Brushes.Gray)); /// /// Gets/sets the Brush used for displaying link texts. -- cgit v1.3.1