From 8928b74cb8405edbcb49814a7daca8fcdc97e19d Mon Sep 17 00:00:00 2001
From: Anatasof Wirapraja <anatasof.wirapraja@gmail.com>
Date: Tue, 3 Sep 2019 11:23:32 +0700
Subject: add background color to Toolbar

---
 pages/CreateProfileForm.ui.qml | 8 +++++---
 pages/HomeForm.ui.qml          | 4 +++-
 2 files changed, 8 insertions(+), 4 deletions(-)

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}
 }
  ##^##*/
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