~majster-pl/ubuntu-calendar-app/new-event-page

« back to all changes in this revision

Viewing changes to NewEventTimePicker.qml

  • Committer: Szymon Waliczek
  • Date: 2016-03-15 21:24:41 UTC
  • Revision ID: majsterrr@gmail.com-20160315212441-fr9s45dntm0gvvot

Added Flickable to EventRepetition.qml and fixed anchoring to header.
Removed unnecessary empty lanes and code clean up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
ListItem {
8
8
    id: dateTimeInput
 
9
 
9
10
    property string headerText //header label ("From" or "To")
10
11
    property date dateTime //keep date from DatePicker
11
12
    property bool showTimePicker //if true then user is able to set time on event
30
31
    }
31
32
 
32
33
    height: layout.height + divider.height
33
 
//    divider.height: units.gu(0.1)
34
 
 
35
34
 
36
35
    // backgroud color of full date fabel, to be shown when user click on date and DatePicker is visable
37
36
    Rectangle {
75
74
 
76
75
        Behavior on summary.color { ColorAnimation {} }
77
76
 
78
 
 
79
77
        // Item to hold Trailing tile label item
80
78
        Item {
81
79
            id: slot