Merge lp:~pkunal-parmar/ubuntu-calendar-app/Flat-EventBubble into lp:ubuntu-calendar-app

Proposed by Kunal Parmar
Status: Merged
Approved by: Mihir Soni
Approved revision: 551
Merged at revision: 555
Proposed branch: lp:~pkunal-parmar/ubuntu-calendar-app/Flat-EventBubble
Merge into: lp:ubuntu-calendar-app
Diff against target: 15 lines (+2/-1)
1 file modified
EventBubble.qml (+2/-1)
To merge this branch: bzr merge lp:~pkunal-parmar/ubuntu-calendar-app/Flat-EventBubble
Reviewer Review Type Date Requested Status
Mihir Soni Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+242353@code.launchpad.net

Commit message

Changing event bubble to flat

Description of the change

Changing event bubble to flat

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Mihir Soni (mihirsoni) wrote :

Looks good to me!
Thanks kunal

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'EventBubble.qml'
2--- EventBubble.qml 2014-10-24 13:18:44 +0000
3+++ EventBubble.qml 2014-11-20 13:54:50 +0000
4@@ -41,9 +41,10 @@
5
6 signal clicked(var event);
7
8- UbuntuShape{
9+ Rectangle{
10 id: bg
11 anchors.fill: parent
12+ border.color: "white"
13 }
14
15 function resize() {

Subscribers

People subscribed via source and target branches

to status/vote changes: