linphone-desktop/tests/ui/modules/Linphone/Styles/Presence/PresenceStringStyle.qml
2016-11-02 14:37:13 +01:00

11 lines
202 B
QML

pragma Singleton
import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property color color: Colors.w
property int fontSize: 10
}