From: Jean-Philippe Bruyère Date: Sat, 24 Nov 2018 12:09:19 +0000 (+0100) Subject: debug log view X-Git-Tag: v0.9.5-beta~149^2~9 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=f30bf0d4cc96f160b29a89216326030f083ee509;p=jp%2Fcrow.git debug log view --- diff --git a/Tests/BasicTests.cs b/Tests/BasicTests.cs index 732edbc3..4f9fd128 100644 --- a/Tests/BasicTests.cs +++ b/Tests/BasicTests.cs @@ -24,7 +24,7 @@ namespace tests //app.AddWidget (@"Interfaces/Divers/colorPicker.crow").DataSource = app; //app.AddWidget ("Interfaces/Divers/perfMeasures.crow").DataSource = app; app.AddWidget ("#Tests.ui.dbgLog.crow").DataSource = app; - + while (true) { #if MEASURE_TIME foreach (PerformanceMeasure m in app.PerfMeasures) diff --git a/Tests/test.style b/Tests/test.style index 434f8042..14acbbdf 100644 --- a/Tests/test.style +++ b/Tests/test.style @@ -33,8 +33,8 @@ labPerfVal{ Width = "50%"; } DbgLogViewer{ - Background = "WhiteSmoke"; + Background = "Onyx"; Font = "mono, 8"; - Foreground = "Jet"; + Foreground = "LightGrey"; Focusable = "true"; } diff --git a/Tests/ui/dbgLog.crow b/Tests/ui/dbgLog.crow index 09cc2eb2..d0735082 100755 --- a/Tests/ui/dbgLog.crow +++ b/Tests/ui/dbgLog.crow @@ -7,7 +7,7 @@