Increased the size of the Item Preview control to cater for FontSize 45

This commit is contained in:
Ben 2015-07-10 17:52:10 +01:00
parent 9d928a374a
commit 93a51e7829
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
d:DataContext="{d:DesignInstance Type=userControls:ItemPreviewControl}"
d:DesignHeight="35" d:DesignWidth="170">
<Border BorderBrush="Black" BorderThickness="1">
<Grid Width="166" Height="39">
<Grid Width="185" Height="43">
<Image Source="pack://application:,,,/resources/groundtile.png" Stretch="Fill" />
<Grid>
<Grid.RowDefinitions>