From e5dc68c840279707e4fb53b704d5674f774df15d Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Thu, 3 Oct 2019 14:48:03 +0700 Subject: add background color to `ListView` --- features/TaskHistoryForm.ui.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'features/TaskHistoryForm.ui.qml') diff --git a/features/TaskHistoryForm.ui.qml b/features/TaskHistoryForm.ui.qml index 316b1a2..23b5a30 100644 --- a/features/TaskHistoryForm.ui.qml +++ b/features/TaskHistoryForm.ui.qml @@ -5,9 +5,6 @@ import QtQuick.Layouts 1.12 Page { id: page - background: Rectangle { - color: "#eeeeee" - } height: ticketDescriptionLayout.height property alias creatorText: creatorText property alias ticketDescription: ticketDescription -- cgit v1.2.3