From 9c4d8ef823d83879e5d7cf25ca6bb9e058ef4a31 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 14 Aug 2023 16:27:59 -0400 Subject: [PATCH] Fix the account switcher width so it doesn't spill off the side --- src/qml/Page/RoomList/UserInfo.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Page/RoomList/UserInfo.qml b/src/qml/Page/RoomList/UserInfo.qml index 4724463fd..bfe8722b3 100644 --- a/src/qml/Page/RoomList/UserInfo.qml +++ b/src/qml/Page/RoomList/UserInfo.qml @@ -95,7 +95,7 @@ QQC2.ToolBar { } } - width: parent.width + Layout.fillWidth: true Layout.preferredHeight: contentHeight delegate: Delegates.RoundedItemDelegate { id: userDelegate