linphone-desktop/tests/ui/modules/Linphone/Styles/Presence/PresenceStringStyle.qml
2016-11-02 12:34:18 +01:00

11 lines
203 B
QML

pragma Singleton
import QtQuick 2.7
import Common 1.0
// ===================================================================
QtObject {
property color color: '#A1A1A1'
property int fontSize: 10
}