squarify files
This commit is contained in:
parent
1018920ec3
commit
117bfb4790
|
@ -106,10 +106,10 @@ RowLayout {
|
|||
width: parent.width / 2
|
||||
height: parent.height / 2
|
||||
|
||||
visible: !sentByMe && (bubbleShape == 3 || bubbleShape == 2)
|
||||
visible: true
|
||||
|
||||
color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent
|
||||
radius: 2
|
||||
radius: 5
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
@ -119,10 +119,10 @@ RowLayout {
|
|||
width: parent.width / 2
|
||||
height: parent.height / 2
|
||||
|
||||
visible: sentByMe && (bubbleShape == 3 || bubbleShape == 2)
|
||||
visible: true
|
||||
|
||||
color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent
|
||||
radius: 2
|
||||
radius: 5
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
@ -132,10 +132,10 @@ RowLayout {
|
|||
width: parent.width / 2
|
||||
height: parent.height / 2
|
||||
|
||||
visible: !sentByMe && (bubbleShape == 1 || bubbleShape == 2)
|
||||
visible: true
|
||||
|
||||
color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent
|
||||
radius: 2
|
||||
radius: 5
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
@ -145,10 +145,10 @@ RowLayout {
|
|||
width: parent.width / 2
|
||||
height: parent.height / 2
|
||||
|
||||
visible: sentByMe && (bubbleShape == 1 || bubbleShape == 2)
|
||||
visible: true
|
||||
|
||||
color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent
|
||||
radius: 2
|
||||
radius: 5
|
||||
}
|
||||
|
||||
AutoMouseArea {
|
||||
|
|
Loading…
Reference in New Issue