Skip to content

Commit

Permalink
improve visibility of attribute icons
Browse files Browse the repository at this point in the history
  • Loading branch information
taubenangriff committed Apr 7, 2023
1 parent f840cb2 commit eb12a99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ModManager/Views/Components/ModList.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
<materialDesign:PackIcon Margin="0,0,5,0"
Kind="{Binding Path=. ,Converter={StaticResource AttribIconConverter}}"
Foreground="{Binding Path=. , Converter={StaticResource AttribColorConverter}}"
MinHeight="18"
MinWidth="18"
Padding="5"
ToolTipService.InitialShowDelay="0">
<materialDesign:PackIcon.ToolTip>
Expand Down

0 comments on commit eb12a99

Please sign in to comment.