linphone-desktop/ui/modules/Linphone/Styles/Notifications/NotificationStyle.qml
2018-07-17 09:35:21 +02: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
}
}