From 652fb429c990d27b54e0e8d54d46f44d3bf6cbb0 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 30 Sep 2019 14:35:01 +0700 Subject: changed margin and `background` for `TicketDetails` --- TicketDetails.qml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'TicketDetails.qml') diff --git a/TicketDetails.qml b/TicketDetails.qml index 13f7346..d5a2dc9 100644 --- a/TicketDetails.qml +++ b/TicketDetails.qml @@ -11,6 +11,9 @@ TaskDetailForm { StackView { id: contentView anchors.fill: parent + background: Rectangle { + color: "#FFFFFF" + } TaskBriefForm { id: ticketBriefForm @@ -32,7 +35,7 @@ TaskDetailForm { anchors.left: parent.left anchors.leftMargin: 16 anchors.top: ticketBriefForm.bottom - anchors.topMargin: 16 + anchors.topMargin: 8 } TaskHistoryForm { @@ -41,7 +44,7 @@ TaskDetailForm { anchors.left: parent.left anchors.leftMargin: 0 anchors.top: separator.bottom - anchors.topMargin: 16 + anchors.topMargin: 8 } } } -- cgit v1.2.3