mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
18 lines
699 B
XML
18 lines
699 B
XML
<Window xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:controls="clr-namespace:FluentAvalonia.UI.Controls;assembly=FluentAvalonia"
|
|
mc:Ignorable="d" d:DesignWidth="1200" d:DesignHeight="800"
|
|
x:Class="Artemis.UI.Screens.Debugger.DebugView"
|
|
Title="Artemis | Debugger"
|
|
Width="1200"
|
|
Height="800"
|
|
ExtendClientAreaToDecorationsHint="True">
|
|
|
|
<controls:NavigationView x:Name="Navigation">
|
|
|
|
</controls:NavigationView>
|
|
|
|
|
|
</Window> |