~dandrader/unity8/miral

« back to all changes in this revision

Viewing changes to qml/Notifications/Notifications.qml

Fix long left being disabled; fix timers continuing while greeter is up; fix left timer starting on startup

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    objectName: "notificationList"
27
27
    interactive: false
28
28
 
 
29
    readonly property bool hasNotification: count > 1 // placeholder is index 0
29
30
    property real margin
30
31
    property bool useModal: snapDecisionProxyModel.count > 0
31
32
    property bool hasMouse