From c3ea0db82dd684799d4a2f01156392a7ab079a30 Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 25 Feb 2026 19:11:35 +0000 Subject: [PATCH] Make sure that the clickable area of the chatbar fill the whole space --- src/chatbar/ChatBarCore.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/chatbar/ChatBarCore.qml b/src/chatbar/ChatBarCore.qml index da9a1d46c..b4f3bdf18 100644 --- a/src/chatbar/ChatBarCore.qml +++ b/src/chatbar/ChatBarCore.qml @@ -136,6 +136,8 @@ QQC2.Control { Repeater { id: chatContentView + Layout.fillWidth: true + model: root.model delegate: BaseMessageComponentChooser {