Skip to content

Commit

Permalink
adjusted formating and order of keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabble1SC committed Dec 4, 2023
1 parent 4bab708 commit 55c2077
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 133 deletions.
18 changes: 13 additions & 5 deletions DCS-SR-Client/UI/ClientWindow/InputBindingControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<Grid>


<Grid.ColumnDefinitions>
<ColumnDefinition Width="2.5*" />
<ColumnDefinition Width="1.5*" />
<ColumnDefinition Width="1*" />
<ColumnDefinition Width="1*" />
<ColumnDefinition Width="200" />
<ColumnDefinition Width="1.2*" />
<ColumnDefinition Width="1*" />
<ColumnDefinition Width="50" />
<ColumnDefinition Width="50" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition />
Expand All @@ -29,10 +31,13 @@
Grid.Row="0"
Grid.Column="0"
VerticalContentAlignment="Center"
BorderBrush="Black"
BorderThickness="0,0,1,0"
Content="Control" />
<TextBox x:Name="Device"
Grid.Row="0"
Grid.Column="1"
TextWrapping="Wrap"
VerticalContentAlignment="Center"
IsEnabled="False"
Text="None"
Expand Down Expand Up @@ -61,11 +66,14 @@
Grid.Row="1"
Grid.Column="0"
VerticalContentAlignment="Center"
BorderBrush="Black"
BorderThickness="0,0,1,0"
Content="Control" />
<TextBox x:Name="ModifierDevice"
Grid.Row="1"
Grid.Column="1"
VerticalContentAlignment="Center"
TextWrapping="Wrap"
IsEnabled="False"
Text="None"
TextAlignment="Center" />
Expand Down
Loading

0 comments on commit 55c2077

Please sign in to comment.