Skip to content

Commit

Permalink
Tweak QuickFile column size
Browse files Browse the repository at this point in the history
  • Loading branch information
thennequin committed Sep 15, 2015
1 parent 5d72265 commit 34a646f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ListView.Style>
<ListView.View>
<GridView>
<GridViewColumn Width="700" Header="File" DisplayMemberBinding="{Binding Path=File}" />
<GridViewColumn Width="670" Header="File" DisplayMemberBinding="{Binding Path=File}" />
<GridViewColumn Width="50" Header="Match" DisplayMemberBinding="{Binding Path=SearchScore}" />
<GridViewColumn Width="200" Header="Project" DisplayMemberBinding="{Binding Path=Project}" />
</GridView>
Expand Down

0 comments on commit 34a646f

Please sign in to comment.