~mihirsoni/ubuntu-calendar-app/addingWaitTime

« back to all changes in this revision

Viewing changes to CalendarChoicePopup.qml

  • Committer: Tarmac
  • Author(s): Kunal Parmar
  • Date: 2014-09-28 17:44:39 UTC
  • mfrom: (423.1.2 ubuntu-calendar-app)
  • Revision ID: tarmac-20140928174439-7e4ye94o1hq56o9j
Resolves Bug #1364985. Fixes: https://bugs.launchpad.net/bugs/1364985.

Approved by Mihir Soni, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                elide: Text.ElideRight
86
86
                opacity: checkBox.checked ? 1.0 : 0.8
87
87
                color: UbuntuColors.midAubergine
 
88
                width: parent.width - calendarColorCode.width - checkBox.width - units.gu(6) /*margins*/
88
89
                anchors {
89
90
                    left: calendarColorCode.right
90
91
                    margins: units.gu(2)