diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 11:23:32 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 11:23:32 +0700 |
commit | 8928b74cb8405edbcb49814a7daca8fcdc97e19d (patch) | |
tree | 0c5f84ffb89c607eb310d47973d172a54a24e8e0 /pages | |
parent | 38c3528e65231caea5ffce765cfbf30e3c2786ee (diff) |
add background color to Toolbar
Diffstat (limited to 'pages')
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 8 | ||||
-rw-r--r-- | 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 |