diff --git a/Akari.Prototype.Client/Akari.Prototype.Client.csproj b/Akari.Prototype.Client/Akari.Prototype.Client.csproj index 7d17bab..a5a9bd5 100644 --- a/Akari.Prototype.Client/Akari.Prototype.Client.csproj +++ b/Akari.Prototype.Client/Akari.Prototype.Client.csproj @@ -5,9 +5,12 @@ enable - - - + + + + + + diff --git a/Akari.Prototype.Client/MainWindow.axaml b/Akari.Prototype.Client/MainWindow.axaml index 0b9e8b6..0e18d8a 100644 --- a/Akari.Prototype.Client/MainWindow.axaml +++ b/Akari.Prototype.Client/MainWindow.axaml @@ -4,6 +4,76 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="Akari.Prototype.Client.MainWindow" - Title="Akari.Prototype.Client"> - Welcome to Avalonia! + Title="Akari.Prototype.Client" + Width="600" + Height="350" + ExtendClientAreaToDecorationsHint="True" + TransparencyLevelHint="AcrylicBlur" + ExtendClientAreaTitleBarHeightHint="-1" + Background="{x:Null}"> + + + + + + + + + + + + + + + + Encrypt + Decrypt + + +