mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-06-04 01:28:58 -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
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
width: 3
|
width: 3
|
||||||
height: parent.height - 8
|
height: root.height - root.radius
|
||||||
color: "#92BD6C"
|
color: "#92BD6C"
|
||||||
radius: 8
|
radius: root.radius
|
||||||
visible: root.isUserMessage
|
visible: root.isUserMessage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user