aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Logging/ConsoleWindow.xaml
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-30 19:04:18 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-30 19:04:18 +0300
commit37e5138e6acac4a9b93e018087fe9c50d36c4b34 (patch)
tree4acec95a8e5362c67f0e0fc5444c40c23791776d /Software/Visual_Studio/Tango.Logging/ConsoleWindow.xaml
parent3d9beda13daccac78fb05dc94d1430a0a47e9db6 (diff)
downloadTango-37e5138e6acac4a9b93e018087fe9c50d36c4b34.tar.gz
Tango-37e5138e6acac4a9b93e018087fe9c50d36c4b34.zip
Implemented machine update on PPC !!!
Need to verify update scripts...
Diffstat (limited to 'Software/Visual_Studio/Tango.Logging/ConsoleWindow.xaml')
-rw-r--r--Software/Visual_Studio/Tango.Logging/ConsoleWindow.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Logging/ConsoleWindow.xaml b/Software/Visual_Studio/Tango.Logging/ConsoleWindow.xaml
index e73ccf415..df1f0da25 100644
--- a/Software/Visual_Studio/Tango.Logging/ConsoleWindow.xaml
+++ b/Software/Visual_Studio/Tango.Logging/ConsoleWindow.xaml
@@ -5,7 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Tango.Logging"
mc:Ignorable="d"
- Height="500" Width="800" Background="Black" FontSize="13" Topmost="True" Foreground="Gainsboro" FontFamily="Lucida Console" Title="Console Emulator" RenderOptions.EdgeMode="Aliased">
+ Height="500" Width="800" Background="Black" FontSize="11" Topmost="True" Foreground="Gainsboro" Title="Console Emulator" RenderOptions.EdgeMode="Aliased">
<Grid>
<RichTextBox x:Name="txtLog" Background="Black" BorderThickness="0" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Visible"></RichTextBox>
</Grid>