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 + larva | 2 +- qrtclient | 2 +- 3 files changed, 3 insertions(+), 2 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 diff --git a/larva b/larva index 019e19f..4f7f7f1 160000 --- a/larva +++ b/larva @@ -1 +1 @@ -Subproject commit 019e19f51c85ca6c2e787740b93487dcde7d4def +Subproject commit 4f7f7f1a79ea43aeb2266fca27d27346a78125a1 diff --git a/qrtclient b/qrtclient index 5567338..697ef59 160000 --- a/qrtclient +++ b/qrtclient @@ -1 +1 @@ -Subproject commit 5567338ace1f591c6a0e7a54da0cf15667e3b462 +Subproject commit 697ef5940faa71d96207d532a885d20e7b0494cc -- cgit v1.2.3