Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 25, 2023
1 parent c840d06 commit 3fbbf82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OneWare.PackageManager/Views/PackageManagerView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</controls:FlexibleWindow.Styles>

<Border BorderThickness="0 1 0 0" BorderBrush="{DynamicResource ThemeBorderLowBrush}">
<Grid RowDefinitions="Auto, *,Auto" ColumnDefinitions="180,*, 6, *">
<Grid RowDefinitions="Auto, *,Auto" ColumnDefinitions="180,*, Auto, *">

<Border Grid.Column="1" Height="30" Grid.ColumnSpan="3" BorderThickness="0 0 0 1"
BorderBrush="{DynamicResource ThemeBorderLowBrush}">
Expand Down Expand Up @@ -134,7 +134,7 @@
</Grid>
</DockPanel>

<GridSplitter Grid.Row="1" Grid.Column="2" BorderThickness="1 0" BorderBrush="{DynamicResource ThemeBorderLowBrush}"/>
<GridSplitter Grid.Row="1" Grid.Column="2" Width="6" BorderThickness="1 0 0 0" BorderBrush="{DynamicResource ThemeBorderLowBrush}" Background="{DynamicResource ThemeBackgroundBrush}" HorizontalAlignment="Center"/>

<Border Grid.Row="1" Grid.Column="3" Padding="15"
BorderBrush="{DynamicResource ThemeBorderLowBrush}">
Expand Down

0 comments on commit 3fbbf82

Please sign in to comment.