about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/MainWindow.axaml
diff options
context:
space:
mode:
authorEmma@Rory& <root@rory.gay>2023-07-26 21:02:50 +0200
committerEmma@Rory& <root@rory.gay>2023-07-26 21:02:50 +0200
commit2e89a0717a60598904c92499adb7e01b2075fbb9 (patch)
tree56b9b7f07180154d9d98dafa91d7c16a0a872100 /MatrixRoomUtils.Desktop/MainWindow.axaml
parentStart of nix flake (diff)
downloadMatrixUtils-2e89a0717a60598904c92499adb7e01b2075fbb9.tar.xz
MRU desktop start
Diffstat (limited to 'MatrixRoomUtils.Desktop/MainWindow.axaml')
-rw-r--r--MatrixRoomUtils.Desktop/MainWindow.axaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/MatrixRoomUtils.Desktop/MainWindow.axaml b/MatrixRoomUtils.Desktop/MainWindow.axaml

index bc01bee..464fc77 100644 --- a/MatrixRoomUtils.Desktop/MainWindow.axaml +++ b/MatrixRoomUtils.Desktop/MainWindow.axaml
@@ -2,6 +2,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:desktop="clr-namespace:MatrixRoomUtils.Desktop" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="MatrixRoomUtils.Desktop.MainWindow" Title="Rory&amp;::MatrixRoomUtils"> @@ -10,8 +11,5 @@ <!-- <InvokeCommandAction Command="{Binding LoadedCommand}"></InvokeCommandAction> --> <!-- </EventTriggerBehavior> --> <!-- </Interaction.Behaviors> --> - <StackPanel> - <Label FontSize="24">Rooms</Label> - <StackPanel x:Name="roomList" Orientation="Vertical"/> - </StackPanel> + <desktop:NavigationStack x:Name="windowContent"/> </Window>