mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Missing UI property on FileMessage
This commit is contained in:
parent
e91af24a85
commit
36505b9d60
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