squarify files

square-messages
expectocode 2019-05-11 17:01:06 +01:00
parent 1018920ec3
commit 117bfb4790
1 changed files with 8 additions and 8 deletions

View File

@ -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 {