Added Opencontrol panel functions

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-27 14:13:30 +01:00
parent cdfdaec492
commit 7d9af8e345
2 changed files with 15 additions and 2 deletions

View file

@ -16,6 +16,7 @@ Component
property var emphasisColor: UM.Theme.getColor("setting_control_border_highlight")
property var lineColor: "#DCDCDC" // TODO: Should be linked to theme.
property var cornerRadius: 4 * screenScaleFactor // TODO: Should be linked to theme.
UM.I18nCatalog
{
id: catalog
@ -93,10 +94,10 @@ Component
}
}
PrinterVideoStream
/*PrinterVideoStream
{
visible: OutputDevice.selectedPrinterName != ""
anchors.fill:parent
}
}*/
}
}