Fix QML warnings

Contributes to CL-1148
This commit is contained in:
Ian Paschal 2018-11-22 13:56:01 +01:00
parent 55554c62a9
commit 963b8aa974

View file

@ -17,7 +17,7 @@ Component
property var emphasisColor: UM.Theme.getColor("setting_control_border_highlight")
property var cornerRadius: UM.Theme.getSize("monitor_corner_radius").width
color: transparent
color: "transparent"
height: maximumHeight
onVisibleChanged:
{
@ -83,7 +83,7 @@ Component
UM.RecolorImage
{
id: externalLinkIcon
anchors.verticalCenter: externalLinkIcon.verticalCenter
anchors.verticalCenter: manageQueueLabel.verticalCenter
color: UM.Theme.getColor("primary")
source: "../svg/icons/external_link.svg"
width: 16 * screenScaleFactor // TODO: Theme! (Y U NO USE 18 LIKE ALL OTHER ICONS?!)