Missing UI property on FileMessage

This commit is contained in:
Julien Wadel 2021-10-06 11:15:47 +02:00
parent e91af24a85
commit 36505b9d60

View file

@ -116,6 +116,7 @@ QtObject {
property QtObject text: QtObject {
property color color: ColorsList.add("Chat_incoming_text", "d").color
property int pointSize: Units.dp * 10
}
}
@ -127,6 +128,7 @@ QtObject {
property QtObject text: QtObject {
property color color: ColorsList.add("Chat_outgoing_text", "d").color
property int pointSize: Units.dp * 10
}
}
}