Skip to content

Commit

Permalink
fix: change column with in listboxitem datatemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre58 committed Jul 4, 2024
1 parent 76869ed commit dc1168a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyNet.Wpf/Styles/Controls.ListBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>

<ContentControl x:Name="Icon"
Expand Down

0 comments on commit dc1168a

Please sign in to comment.