diff --git a/ZuneModdingHelper/Home.uix b/ZuneModdingHelper/Home.uix
index 8be798c..c6326f0 100644
--- a/ZuneModdingHelper/Home.uix
+++ b/ZuneModdingHelper/Home.uix
@@ -4,381 +4,304 @@
xmlns:sys="assembly://mscorlib/System"
xmlns:isui="assembly://IrisShell/IrisShell.UI"
xmlns:iris="assembly://UIX/Microsoft.Iris"
- xmlns:styles="clr-res://UIXControls!Controls.Styles.uix"
+ xmlns:styles="res://UIXControls!Styles.uix"
+ xmlns:istyles="clr-res://IrisShell!Controls.Styles.uix"
+ xmlns:ianim="clr-res://IrisShell!Controls.Animations.uix"
xmlns:page="clr-res://IrisShell!Controls.PageStack.uix"
xmlns:toptoolbar="clr-res://ZuneModdingHelper!Controls.TopToolbar.uix"
- xmlns:popuplayer="clr-res://UIXControls!Controls.PopupLayer.uix"
- xmlns:jil="clr-res://IrisShell!Controls.JumpInList.uix"
+ xmlns:popuplayer="res://UIXControls!PopupLayer.uix"
+ xmlns:animations="res://UIXControls!Animations.uix"
+ xmlns:nonclient="clr-res://ZuneModdingHelper!Controls.NonClientControls.uix"
+ xmlns:focus="clr-res://IrisShell!Controls.FocusRect.uix">
+
+
+
+
+
+
-
-
-
-
+
+
+
-
-
-
+
-
+
-
+
-
+
+
-
-
-
+
+
-
-
+
-
+
+
+
+
-
-
-
-
+
-
+
-
+
+
+
+
-
+
+
+
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
+
-
-
+
-
+
-
+
-
+
+ bool modalPopup = PopupLayer.IsModal;
+ bool backArrow = Shell.CurrentPage.ShowBackArrow;
-
- bool modalPopup = PopupLayer.IsModal;
- bool backArrow = Shell.CurrentPage.ShowBackArrow;
- CanGoBack = !modalPopup && backArrow;
-
+
+
-
+
+ iris:Application.Window.HideMouseOnIdle = AutoHideToolbars;
+
-
- iris:Application.Window.HideMouseOnIdle = AutoHideToolbars;
-
+
-
+
-
+
- FocusRect.Alpha = (float)!hideNow;
- AnyKeys.StopRoute = hideNow;
+
- styles:WindowState.InputActive = !hideNow;
-
-
+
-
+
-
+
-
- if (shouldBeVisible && !JumpInList.Helper.IsVisible)
- {
- JumpInList.Helper.Show(JumpInList);
- }
- else if (!shouldBeVisible && JumpInList.Helper.IsVisible)
- {
- JumpInList.Helper.Hide();
- }
-
+
+
-
+
-
+
+
+
-
+
+
+
+
+
-
+
-
+
-
-
+
+
+
+
+
+
-
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
-
-
-
-
-
-
+
-
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
diff --git a/ZuneModdingHelper/ZuneModdingHelper.csproj b/ZuneModdingHelper/ZuneModdingHelper.csproj
index e47794a..8386c07 100644
--- a/ZuneModdingHelper/ZuneModdingHelper.csproj
+++ b/ZuneModdingHelper/ZuneModdingHelper.csproj
@@ -32,7 +32,6 @@
-
PreserveNewest