mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 19:38:09 +00:00
15 lines
283 B
QML
15 lines
283 B
QML
import QtQuick 2.7
|
|
|
|
import Linphone.Styles 1.0
|
|
|
|
// =============================================================================
|
|
|
|
Text {
|
|
color: CodecsViewerStyle.legend.color
|
|
elide: Text.ElideRight
|
|
|
|
font {
|
|
bold: true
|
|
pointSize: CodecsViewerStyle.legend.pointSize
|
|
}
|
|
}
|