about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/Components/NavigationStack.axaml
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Desktop/Components/NavigationStack.axaml')
-rw-r--r--MatrixRoomUtils.Desktop/Components/NavigationStack.axaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Desktop/Components/NavigationStack.axaml b/MatrixRoomUtils.Desktop/Components/NavigationStack.axaml
index e0812ec..c773b8d 100644
--- a/MatrixRoomUtils.Desktop/Components/NavigationStack.axaml
+++ b/MatrixRoomUtils.Desktop/Components/NavigationStack.axaml
@@ -3,7 +3,7 @@
              xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
              xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
              mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
-             x:Class="MatrixRoomUtils.Desktop.NavigationStack">
+             x:Class="MatrixRoomUtils.Desktop.Components.NavigationStack">
     <DockPanel x:Name="dock">
         <StackPanel x:Name="navPanel"></StackPanel>
         <UserControl x:Name="content"></UserControl>