mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-05-28 03:10:28 -04:00
fix: Chat item code style
This commit is contained in:
parent
912c3d8c04
commit
1b06a651f0
@ -122,9 +122,9 @@ Rectangle {
|
||||
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
width: 3
|
||||
height: parent.height - 8
|
||||
height: root.height - root.radius
|
||||
color: "#92BD6C"
|
||||
radius: 8
|
||||
radius: root.radius
|
||||
visible: root.isUserMessage
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user