Minor changes

This commit is contained in:
Oscar Andreasson 2015-08-14 11:34:16 +02:00
parent 576132fa7e
commit 2510314d5a
4 changed files with 24 additions and 38 deletions

View file

@ -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
}
}