Increased the size of the Item Preview control to cater for FontSize 45
This commit is contained in:
parent
9d928a374a
commit
93a51e7829
|
@ -8,7 +8,7 @@
|
||||||
d:DataContext="{d:DesignInstance Type=userControls:ItemPreviewControl}"
|
d:DataContext="{d:DesignInstance Type=userControls:ItemPreviewControl}"
|
||||||
d:DesignHeight="35" d:DesignWidth="170">
|
d:DesignHeight="35" d:DesignWidth="170">
|
||||||
<Border BorderBrush="Black" BorderThickness="1">
|
<Border BorderBrush="Black" BorderThickness="1">
|
||||||
<Grid Width="166" Height="39">
|
<Grid Width="185" Height="43">
|
||||||
<Image Source="pack://application:,,,/resources/groundtile.png" Stretch="Fill" />
|
<Image Source="pack://application:,,,/resources/groundtile.png" Stretch="Fill" />
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
|
|
Loading…
Reference in New Issue