|
@@ -7,7 +7,8 @@
|
|
|
xmlns:b="http://schemas.microsoft.com/xaml/behaviors"
|
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
|
BorderBrush="#CBCBCB" BorderThickness="1"
|
|
|
- Height="700" Width="1100" >
|
|
|
+ mc:Ignorable="d"
|
|
|
+ d:DesignHeight="450" d:DesignWidth="800">
|
|
|
|
|
|
<UserControl.Resources>
|
|
|
<Style TargetType="TextBlock" x:Key="textBlockStyle">
|