about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/RoomListEntry.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/RoomListEntry.axaml
parentStart of nix flake (diff)
downloadMatrixUtils-2e89a0717a60598904c92499adb7e01b2075fbb9.tar.xz
MRU desktop start
Diffstat (limited to 'MatrixRoomUtils.Desktop/RoomListEntry.axaml')
-rw-r--r--MatrixRoomUtils.Desktop/RoomListEntry.axaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/MatrixRoomUtils.Desktop/RoomListEntry.axaml b/MatrixRoomUtils.Desktop/RoomListEntry.axaml
deleted file mode 100644
index c80ef2f..0000000
--- a/MatrixRoomUtils.Desktop/RoomListEntry.axaml
+++ /dev/null
@@ -1,11 +0,0 @@
-<UserControl xmlns="https://github.com/avaloniaui"
-             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"
-             mc:Ignorable="d" d:DesignWidth="250" d:DesignHeight="32"
-             x:Class="MatrixRoomUtils.Desktop.RoomListEntry">
-    <StackPanel Orientation="Horizontal">
-        <Image MaxWidth="64" x:Name="RoomIcon"></Image>
-        <Label x:Name="RoomName"></Label>
-    </StackPanel>
-</UserControl>