mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-31 02:49:21 +00:00
Missing UI property on FileMessage
This commit is contained in:
parent
5c9c40ea2c
commit
6cd4c34188
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue