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

« back to all changes in this revision

Viewing changes to DayView.qml

  • Committer: Tarmac
  • Author(s): nskaggs
  • Date: 2014-03-20 14:56:32 UTC
  • mfrom: (212.1.7 revert-212)
  • Revision ID: tarmac-20140320145632-hul9eb00eot702ed
Revert rev 212. Fixes: https://bugs.launchpad.net/bugs/1294181.

Approved by Timo Jyrinki, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
import "dateExt.js" as DateExt
5
5
import "ViewType.js" as ViewType
6
6
 
7
 
 
8
 
Page{
 
7
Item{
9
8
    id: root
10
9
    objectName: "DayView"
11
10
 
13
12
 
14
13
    Column {
15
14
        id: column
16
 
        anchors.fill: parent
17
15
        anchors.top: parent.top
18
16
        anchors.topMargin: units.gu(1.5)
 
17
        width: parent.width; height: parent.height
19
18
        spacing: units.gu(1)
20
19
 
 
20
        anchors.fill: parent
 
21
 
21
22
        ViewHeader{
22
23
            id: viewHeader
23
24
            date: currentDay