diff --git a/MainWindow.xaml b/MainWindow.xaml
index f6280d4..31daa6e 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -4,6 +4,7 @@
xmlns:uctrl="clr-namespace:C4IT_CustomerPanel.UserControls"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:shell="clr-namespace:System.Windows.Shell;assembly=PresentationFramework"
Title="Customer Panel"
Height="650"
Width="500"
@@ -244,11 +245,24 @@
+
+
+
-
+
+
+
@@ -739,13 +753,15 @@
-
-
+
+
+
+
diff --git a/UserControls/Announcements.xaml b/UserControls/Announcements.xaml
index d838a77..eead905 100644
--- a/UserControls/Announcements.xaml
+++ b/UserControls/Announcements.xaml
@@ -24,7 +24,8 @@
x:FieldModifier="private"
Grid.Column="1"
Grid.ColumnSpan="2"
- Grid.Row="0">
+ Grid.Row="0"
+ Height="560">
-
-
-
-
+
@@ -69,7 +68,8 @@
-