mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
11 lines
313 B
XML
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>
|