Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
smasherprog committed Jan 21, 2025
1 parent 52c4a60 commit 8032ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EQTool/UI/MobInfo.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
</ListView.ItemContainerStyle>
</ListView>
</StackPanel>
<StackPanel Orientation="Vertical" Visibility="{Binding HasNoErrors}">
<StackPanel Orientation="Vertical" Width="220" Visibility="{Binding HasNoErrors}">
<TextBlock>Known Loot</TextBlock>
<ListView Margin="10, 0, 0, 0" Style="{StaticResource MyListViewStyle}" ItemsSource="{Binding KnownLoot}" MaxHeight="300">
<ListView.View>
Expand Down

0 comments on commit 8032ed3

Please sign in to comment.