mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 03:48:09 +00:00
11 lines
273 B
QML
11 lines
273 B
QML
import QtQuick 2.7
|
|
|
|
import Linphone.Styles 1.0
|
|
|
|
// =============================================================================
|
|
|
|
Text {
|
|
color: CodecsViewerStyle.attribute.text.color
|
|
elide: Text.ElideRight
|
|
font.pointSize: CodecsViewerStyle.attribute.text.pointSize
|
|
}
|