mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Added Opencontrol panel functions
CL-541
This commit is contained in:
parent
cdfdaec492
commit
7d9af8e345
2 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue