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