Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
item length fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gkardava committed Feb 16, 2016
1 parent ad46804 commit 6186325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeePass/Controls/ListItemView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- Spalten definieren -->
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="10000" />
</Grid.ColumnDefinitions>

<Grid.Resources>
Expand Down

0 comments on commit 6186325

Please sign in to comment.