Skip to content

Commit

Permalink
Changing to auto (#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoehna authored Jun 7, 2024
1 parent 51b856c commit e0bb83e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@
</Grid>

<!-- Filtering and sorting -->
<Grid Grid.Row="1" MaxWidth="{ThemeResource MaxPageContentWidth}" Margin="{ThemeResource ContentPageMargin}">
<Grid Grid.Row="1" MaxWidth="{ThemeResource MaxPageContentWidth}" Margin="{ThemeResource ContentPageMargin}" ColumnSpacing="5">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="10*" />
<ColumnDefinition Width="auto" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="auto" />
</Grid.ColumnDefinitions>
Expand Down

0 comments on commit e0bb83e

Please sign in to comment.