Skip to content

Commit

Permalink
Improve detailed compact view alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
stnkl committed Feb 5, 2023
1 parent 848c1e6 commit ee16d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EverythingToolbar/ItemTemplates/CompactDetailed.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ColumnDefinition Width="20" />
<ColumnDefinition Width="1.5*" />
<ColumnDefinition Width="2*" />
<ColumnDefinition Width="56" />
<ColumnDefinition Width="62" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<Image Source="{Binding Icon, IsAsync=True}"
Expand Down

0 comments on commit ee16d02

Please sign in to comment.