mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Hover of output device now spans the popup
CURA-5959
This commit is contained in:
parent
5397cda2b4
commit
eea6490e75
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue