diff options
Diffstat (limited to 'Home/Default.ui.qml')
-rw-r--r-- | Home/Default.ui.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml index d14c849..1c6cc23 100644 --- a/Home/Default.ui.qml +++ b/Home/Default.ui.qml @@ -18,6 +18,11 @@ Flickable { property alias getStarted: getStarted contentHeight: body.height + Rectangle { + anchors.fill: parent + color: Eduport.bsBodyBg + } + ColumnLayout { id: body anchors { |