From 8928b74cb8405edbcb49814a7daca8fcdc97e19d Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 3 Sep 2019 11:23:32 +0700 Subject: add background color to Toolbar --- pages/HomeForm.ui.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pages/HomeForm.ui.qml') diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index 191f459..ee6d652 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -17,7 +17,9 @@ Rectangle { anchors.rightMargin: 0 anchors.left: parent.left anchors.leftMargin: 0 - background: rectangle + background: Rectangle { + color: "#FFF" + } RowLayout { anchors.fill: parent -- cgit v1.2.3