~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to TimeLineBaseComponent.qml

  • Committer: Tarmac
  • Author(s): Kunal Parmar
  • Date: 2014-06-10 11:40:57 UTC
  • mfrom: (238.1.19 ubuntu-calendar-app)
  • Revision ID: tarmac-20140610114057-ftkummeeg6u2pxyi
Bug #1304497

Support for multiple events on same time slot added. Fixes: https://bugs.launchpad.net/bugs/1304497.

Approved by Mihir Soni, Olivier Tilloy, Ubuntu Phone Apps Jenkins Bot, Alan Pope ㋛.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
                    wideType
149
149
                }
150
150
            }
151
 
            anchors.left: parent.left
152
 
            anchors.right: parent.right
153
 
            anchors.leftMargin: units.gu(0.1)
154
 
            anchors.rightMargin: units.gu(0.1)
155
151
            flickable: timeLineView
156
152
            clip: true
157
153
        }