← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~pkunal-parmar/ubuntu-calendar-app/EventColorOnMonth into lp:ubuntu-calendar-app

 

Kunal Parmar has proposed merging lp:~pkunal-parmar/ubuntu-calendar-app/EventColorOnMonth into lp:ubuntu-calendar-app.

Commit message:
Resolves Bug #1454657
Color changed to Black for event on MonthView

Requested reviews:
  Ubuntu Calendar Developers (ubuntu-calendar-dev)
Related bugs:
  Bug #1454657 in Ubuntu Calendar App: ""Month" overview uses misleading colours for events"
  https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1454657

For more details, see:
https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/EventColorOnMonth/+merge/259321

Resolves Bug #1454657
Color changed to Black for event on MonthView
-- 
Your team Ubuntu Calendar Developers is requested to review the proposed merge of lp:~pkunal-parmar/ubuntu-calendar-app/EventColorOnMonth into lp:ubuntu-calendar-app.
=== modified file 'MonthComponentDateDelegate.qml'
--- MonthComponentDateDelegate.qml	2014-11-29 09:40:53 +0000
+++ MonthComponentDateDelegate.qml	2015-05-17 02:03:19 +0000
@@ -51,7 +51,7 @@
         Rectangle {
             anchors.fill: parent
             radius: height/2
-            color:"#5E2750"
+            color: "black"
         }
     }
 


Follow ups