linphone-desktop/linphone-app/ui/modules/Linphone/Styles/Notifications/NotificationStyle.qml
2020-03-26 16:44:31 +01:00

18 lines
368 B
QML

pragma Singleton
import QtQml 2.2
import Colors 1.0
// =============================================================================
QtObject {
property color color: Colors.k
property int height: 120
property int iconSize: 40
property int width: 300
property QtObject border: QtObject {
property color color: Colors.n
property int width: 1
}
}