Minor changes
This commit is contained in:
parent
576132fa7e
commit
2510314d5a
4 changed files with 24 additions and 38 deletions
20
Calendar.qml
20
Calendar.qml
|
@ -75,24 +75,14 @@ Rectangle {
|
|||
}
|
||||
|
||||
TableViewColumn {
|
||||
role: "number"
|
||||
title: "No"
|
||||
role: "time"
|
||||
title: "Time"
|
||||
width: tableView.width / 6
|
||||
}
|
||||
TableViewColumn {
|
||||
role: "destination"
|
||||
title: "Destination"
|
||||
width: (tableView.width / 6) * 3
|
||||
}
|
||||
TableViewColumn {
|
||||
role: "arriving"
|
||||
title: "Arriving"
|
||||
width: tableView.width / 6
|
||||
}
|
||||
TableViewColumn {
|
||||
role: "next"
|
||||
title: "Next"
|
||||
width: (tableView.width / 6)
|
||||
role: "heading"
|
||||
title: "Entry"
|
||||
width: (tableView.width / 6) * 5
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue