Merge lp:~joergberroth/unav/mouseAreatocloseNotificationBar into lp:unav

Proposed by JkB
Status: Merged
Merged at revision: 87
Proposed branch: lp:~joergberroth/unav/mouseAreatocloseNotificationBar
Merge into: lp:unav
Diff against target: 17 lines (+7/-0)
1 file modified
qml/Main.qml (+7/-0)
To merge this branch: bzr merge lp:~joergberroth/unav/mouseAreatocloseNotificationBar
Reviewer Review Type Date Requested Status
costales Approve
Review via email: mp+300227@code.launchpad.net

Commit message

*make notificatio bar clickable (to close it)

Description of the change

*make notificatio bar clickable (to close it)

To post a comment you must log in.
Revision history for this message
costales (costales) wrote :

Good point!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Main.qml'
2--- qml/Main.qml 2016-07-15 13:11:01 +0000
3+++ qml/Main.qml 2016-07-15 18:21:19 +0000
4@@ -562,6 +562,13 @@
5
6 NotificationBar {
7 id: notificationBar
8+ MouseArea {
9+ anchors.fill: parent
10+ onClicked: {
11+ notificationBarTimer.stop()
12+ notificationBar.visible = false
13+ }
14+ }
15 }
16
17 XmlListModel {

Subscribers

People subscribed via source and target branches