From 066538bb5a9a5b49fba0730a7ceabbeea46cd20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Thu, 3 Oct 2019 18:44:43 +0800 Subject: listView's height is hardcoded for now until we can get ticketHistoryList.rowCount *before* the history list model is loaded. --- TicketHistory.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'TicketHistory.qml') 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 -- cgit v1.2.3