Skip to content

Commit

Permalink
Merge pull request #497 from Keboo/fixSizing
Browse files Browse the repository at this point in the history
Fixing the sizing of the grid in the options view
  • Loading branch information
maxkatz6 authored Sep 27, 2024
2 parents c8c4754 + 81a008c commit 6f60430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AvaloniaVS.Shared/Views/OptionsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="150" />
<ColumnDefinition MinWidth="150" Width="Auto" />
<ColumnDefinition Width="20" />
<ColumnDefinition Width="180"/>
</Grid.ColumnDefinitions>
Expand Down

0 comments on commit 6f60430

Please sign in to comment.