Add a legend to Layer View

This commit is contained in:
fieldOfView 2017-01-24 23:24:52 +01:00
parent f0333e2184
commit 878ccc679c
4 changed files with 107 additions and 0 deletions

View file

@ -306,6 +306,18 @@ UM.MainWindow
}
}
Legend
{
id: legend
anchors
{
top: parent.top
topMargin: UM.Theme.getSize("default_margin").height
right: sidebar.left
rightMargin: UM.Theme.getSize("default_margin").width
}
}
JobSpecs
{
id: jobSpecs