mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-12 21:12:44 -05:00
fix: Chat items width
This commit is contained in:
@ -139,6 +139,8 @@ ChatRootView {
|
||||
|
||||
ChatItem {
|
||||
id: chatItemInstance
|
||||
|
||||
width: parent.width
|
||||
msgModel: root.chatModel.processMessageContent(model.content)
|
||||
messageAttachments: model.attachments
|
||||
isUserMessage: model.roleType === ChatModel.User
|
||||
@ -161,6 +163,7 @@ ChatRootView {
|
||||
id: toolMessageComponent
|
||||
|
||||
ToolStatusItem {
|
||||
width: parent.width
|
||||
toolContent: model.content
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user