linphone-desktop/tests/ui/modules/Linphone/Notifications/CallNotification.qml
2017-01-17 17:09:18 +01:00

12 lines
186 B
QML

import QtQuick 2.7
// =============================================================================
Notification {
Rectangle {
color: 'red'
width: 200
height: 100
}
}