|
@@ -6,7 +6,8 @@
|
|
|
xmlns:local="clr-namespace:OOO_WriteAndClear.MVP.Views"
|
|
|
mc:Ignorable="d" Icon="../../Assets/Pictures/icon.ico"
|
|
|
Title="Пиши-стирай | Талон заказа" Height="450" Width="1200"
|
|
|
- MinWidth="1200" MinHeight="450">
|
|
|
+ MinWidth="1200" MinHeight="450"
|
|
|
+ FontFamily="Comic Sans MS">
|
|
|
|
|
|
<Window.Resources>
|
|
|
|
|
@@ -19,7 +20,7 @@
|
|
|
<Setter.Value>
|
|
|
<DataTemplate DataType="db_models:Order">
|
|
|
<Border Padding="10"
|
|
|
- BorderThickness="1" BorderBrush="Black"
|
|
|
+ BorderBrush="Black"
|
|
|
CornerRadius="10">
|
|
|
<Grid HorizontalAlignment="Stretch">
|
|
|
|