mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
CURA-5035 More progress
This commit is contained in:
parent
f63e67dc22
commit
229512e730
3 changed files with 4 additions and 2 deletions
|
@ -33,6 +33,7 @@ Window
|
|||
{
|
||||
id: mainView
|
||||
width: parent.width
|
||||
color: "red"
|
||||
anchors
|
||||
{
|
||||
top: topBar.bottom
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue