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
width: parent.width
color: "red"
anchors
{
top: topBar.bottom

View File

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