diff options
-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 |