From 55c20771508309665a2bb366360725353ee9f0f7 Mon Sep 17 00:00:00 2001 From: Dabble1SC <119721976+Dabble1SC@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:44:31 -0800 Subject: [PATCH] adjusted formating and order of keybinds --- .../UI/ClientWindow/InputBindingControl.xaml | 18 +- DCS-SR-Client/UI/ClientWindow/MainWindow.xaml | 251 +++++++++--------- 2 files changed, 136 insertions(+), 133 deletions(-) diff --git a/DCS-SR-Client/UI/ClientWindow/InputBindingControl.xaml b/DCS-SR-Client/UI/ClientWindow/InputBindingControl.xaml index f53ee74f..5b39547c 100644 --- a/DCS-SR-Client/UI/ClientWindow/InputBindingControl.xaml +++ b/DCS-SR-Client/UI/ClientWindow/InputBindingControl.xaml @@ -5,18 +5,20 @@ xmlns:local="clr-namespace:Ciribob.DCS.SimpleRadio.Standalone.Client.UI" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" d:DesignHeight="100" - d:DesignWidth="300" + d:DesignWidth="500" + BorderBrush="Black" + BorderThickness="0,1,0,0" mc:Ignorable="d"> - - - - + + + + @@ -29,10 +31,13 @@ Grid.Row="0" Grid.Column="0" VerticalContentAlignment="Center" + BorderBrush="Black" + BorderThickness="0,0,1,0" Content="Control" /> diff --git a/DCS-SR-Client/UI/ClientWindow/MainWindow.xaml b/DCS-SR-Client/UI/ClientWindow/MainWindow.xaml index 5393de6e..43d781a8 100644 --- a/DCS-SR-Client/UI/ClientWindow/MainWindow.xaml +++ b/DCS-SR-Client/UI/ClientWindow/MainWindow.xaml @@ -520,7 +520,8 @@ - +