Hover of output device now spans the popup

CURA-5959
This commit is contained in:
Jaime van Kessel 2018-11-26 13:27:26 +01:00
parent 5397cda2b4
commit eea6490e75

View file

@ -68,7 +68,7 @@ Item
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
contentItem: Column
contentItem: ColumnLayout
{
Repeater
{
@ -80,7 +80,7 @@ Item
color: "transparent"
cornerRadius: 0
hoverColor: UM.Theme.getColor("primary")
Layout.fillWidth: true
onClicked:
{
UM.OutputDeviceManager.setActiveDevice(model.id)