|
@@ -5,9 +5,12 @@
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:local="clr-namespace:daily_planner"
|
|
|
mc:Ignorable="d"
|
|
|
- Title="Ежедневник" Height="500" Width="650" MinHeight="500" MinWidth="650">
|
|
|
+ Title="Ежедневник" Height="500" Width="650" MinHeight="500" MinWidth="650" Icon="/pen.png">
|
|
|
<Grid >
|
|
|
-
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="/cats.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="5*"/>
|