CL-468 The sidebar in the monitor tab should have a grey background

Subtask of CL-457 Cura plugin: primary visual improvements
This commit is contained in:
Simon Edwards 2017-09-30 10:48:16 +02:00
parent 437da52f65
commit e04a63d337
4 changed files with 7 additions and 5 deletions

View file

@ -6,11 +6,13 @@ import Cura 1.0 as Cura
Component
{
Item
Rectangle
{
id: base
property var manager: Cura.MachineManager.printerOutputDevices[0]
anchors.fill: parent
color: UM.Theme.getColor("viewport_background")
property var lineColor: "#DCDCDC" // TODO: Should be linked to theme.
property var cornerRadius: 4 * screenScaleFactor // TODO: Should be linked to theme.