diff --git a/ZuneModdingHelper/Pages/AboutPage.xaml b/ZuneModdingHelper/Pages/AboutPage.xaml
index 60b6de4..fcc5f54 100644
--- a/ZuneModdingHelper/Pages/AboutPage.xaml
+++ b/ZuneModdingHelper/Pages/AboutPage.xaml
@@ -4,26 +4,79 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:ZuneModdingHelper.Pages"
+ xmlns:zmh="clr-namespace:ZuneModdingHelper"
mc:Ignorable="d"
- d:DesignHeight="450" d:DesignWidth="800">
-
-
-
-
+ d:DesignHeight="350" d:DesignWidth="750"
+ d:Background="White">
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ZuneModdingHelper/Pages/AboutPage.xaml.cs b/ZuneModdingHelper/Pages/AboutPage.xaml.cs
index 62bb783..14408b1 100644
--- a/ZuneModdingHelper/Pages/AboutPage.xaml.cs
+++ b/ZuneModdingHelper/Pages/AboutPage.xaml.cs
@@ -1,17 +1,5 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
+using System.Windows.Controls;
using System.Windows.Navigation;
-using System.Windows.Shapes;
namespace ZuneModdingHelper.Pages
{
@@ -24,5 +12,11 @@ namespace ZuneModdingHelper.Pages
{
InitializeComponent();
}
+
+ private void Link_RequestNavigate(object sender, RequestNavigateEventArgs e)
+ {
+ App.OpenInBrowser(e.Uri.AbsoluteUri);
+ e.Handled = true;
+ }
}
}
diff --git a/ZuneModdingHelper/Themes/Zune.xaml b/ZuneModdingHelper/Themes/Zune.xaml
index 9fce9ef..ae61284 100644
--- a/ZuneModdingHelper/Themes/Zune.xaml
+++ b/ZuneModdingHelper/Themes/Zune.xaml
@@ -1,7 +1,18 @@
+
+
+
+
+
+
+
+