CURA-5035 More progress

This commit is contained in:
Ian Paschal 2018-04-03 11:33:58 +02:00
parent f63e67dc22
commit 229512e730
3 changed files with 4 additions and 2 deletions

View File

@ -33,6 +33,7 @@ Window
{ {
id: mainView id: mainView
width: parent.width width: parent.width
color: "red"
anchors anchors
{ {
top: topBar.bottom top: topBar.bottom

View File

@ -7,11 +7,13 @@ import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4 import QtQuick.Controls.Styles 1.4
import UM 1.1 as UM import UM 1.1 as UM
// TODO: Switch to QtQuick.Controls 2.x and remove QtQuick.Controls.Styles
Item Item
{ {
id: base id: base
anchors.fill: parent anchors.fill: parent
Rectangle Item
{ {
id: backMargin id: backMargin
height: parent.height height: parent.height
@ -31,7 +33,6 @@ Item
manager.setDetailView("") manager.setDetailView("")
} }
} }
color: "transparent"
} }
ScrollView ScrollView
{ {