From c76e8329fc0891e58b93b6f49d9841d9ecfb0106 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Tue, 21 Dec 2021 10:21:55 -0500 Subject: [PATCH] finish patch client styling, remove test method --- Patcher/_port/Patcher/PatchClient/App.axaml | 4 +- .../Patcher/PatchClient/Assets/Styles.axaml | 38 ++++++++-- .../PatchClient/CustomControls/TitleBar.axaml | 71 +++++++++---------- .../CustomControls/TitleBar.axaml.cs | 9 +++ .../Properties/launchSettings.json | 4 +- .../ViewModels/PatcherViewModel.cs | 29 -------- .../PatchClient/Views/MainWindow.axaml | 3 +- .../PatchClient/Views/MessageView.axaml | 2 +- .../PatchClient/Views/PatcherView.axaml | 17 ++--- 9 files changed, 91 insertions(+), 86 deletions(-) diff --git a/Patcher/_port/Patcher/PatchClient/App.axaml b/Patcher/_port/Patcher/PatchClient/App.axaml index fed9ac5..30a308b 100644 --- a/Patcher/_port/Patcher/PatchClient/App.axaml +++ b/Patcher/_port/Patcher/PatchClient/App.axaml @@ -22,7 +22,7 @@ - - + + diff --git a/Patcher/_port/Patcher/PatchClient/Assets/Styles.axaml b/Patcher/_port/Patcher/PatchClient/Assets/Styles.axaml index 309755a..0fbcd7f 100644 --- a/Patcher/_port/Patcher/PatchClient/Assets/Styles.axaml +++ b/Patcher/_port/Patcher/PatchClient/Assets/Styles.axaml @@ -2,23 +2,45 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:cc="using:PatchClient.CustomControls"> - + + + + - + - + + - + + + + - + + diff --git a/Patcher/_port/Patcher/PatchClient/CustomControls/TitleBar.axaml b/Patcher/_port/Patcher/PatchClient/CustomControls/TitleBar.axaml index b5f872f..a432935 100644 --- a/Patcher/_port/Patcher/PatchClient/CustomControls/TitleBar.axaml +++ b/Patcher/_port/Patcher/PatchClient/CustomControls/TitleBar.axaml @@ -5,41 +5,40 @@ mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="PatchClient.CustomControls.TitleBar"> - - + - - +