Cosmos/Tests/Cosmos.TestRunner.UI.Avalonia/Views/MainWindow.xaml
2018-02-02 22:25:27 +00:00

11 lines
313 B
XML

<Window xmlns="https://github.com/avaloniaui"
Title="Cosmos Test Runner"
MinWidth="800" MinHeight="480">
<Grid>
<TextBox IsReadOnly="True"
Text="{Binding TestRunnerLog}"
CaretIndex="{Binding TestRunnerLog.Length}"/>
</Grid>
</Window>