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/CreateProfileForm.ui.qml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pages/CreateProfileForm.ui.qml') diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index 4e4487a..8c03251 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -21,7 +21,9 @@ Rectangle { anchors.rightMargin: 0 anchors.left: parent.left anchors.leftMargin: 0 - background: rectangle + background: Rectangle { + color: "#fff" + } RowLayout { anchors.fill: parent @@ -142,7 +144,7 @@ Rectangle { /*##^## Designer { - D{i:0;autoSize:true;height:480;width:640}D{i:1;anchors_width:640}D{i:6;anchors_height:48;anchors_y:143} -D{i:8;anchors_y:322}D{i:10;anchors_y:54} + D{i:0;autoSize:true;height:480;width:640}D{i:1;anchors_width:640}D{i:7;anchors_height:48;anchors_y:143} +D{i:9;anchors_y:322}D{i:11;anchors_y:54} } ##^##*/ -- cgit v1.2.3