diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-03 18:44:43 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-03 18:44:43 +0800 |
commit | 066538bb5a9a5b49fba0730a7ceabbeea46cd20f (patch) | |
tree | 85fb72891cfca831c8912b3851bf674ac214b571 /TicketHistory.qml | |
parent | 6be6316bc4ce879b4373a9fc46edd3eeb6762674 (diff) |
listView's height is hardcoded for now
until we can get ticketHistoryList.rowCount *before* the history list model is loaded.
Diffstat (limited to 'TicketHistory.qml')
-rw-r--r-- | TicketHistory.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TicketHistory.qml b/TicketHistory.qml index 26408cf..be6435b 100644 --- a/TicketHistory.qml +++ b/TicketHistory.qml @@ -14,6 +14,7 @@ TaskDetailForm { } listView { + height: 1000 model: ticketHistoryList delegate: TaskHistoryForm { creatorText.text: creator |