diff --git a/EgtCalculator.xaml b/EgtCalculator.xaml
index 332f131..c0da564 100644
--- a/EgtCalculator.xaml
+++ b/EgtCalculator.xaml
@@ -2,32 +2,36 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib"
- Height="320" Width="341.3" Background="Transparent" Focusable="False">
+ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ mc:Ignorable="d"
+ d:DesignWidth="341.3" d:DesignHeight="320"
+ Background="Transparent" Focusable="False">
-
+
-
+
-
+
-
+
-
+
@@ -46,45 +50,45 @@
-
-
-
-
-