mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:05:55 +08:00
Hover of output device now spans the popup
CURA-5959
This commit is contained in:
parent
5397cda2b4
commit
eea6490e75
@ -68,7 +68,7 @@ Item
|
|||||||
|
|
||||||
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
||||||
|
|
||||||
contentItem: Column
|
contentItem: ColumnLayout
|
||||||
{
|
{
|
||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
@ -80,7 +80,7 @@ Item
|
|||||||
color: "transparent"
|
color: "transparent"
|
||||||
cornerRadius: 0
|
cornerRadius: 0
|
||||||
hoverColor: UM.Theme.getColor("primary")
|
hoverColor: UM.Theme.getColor("primary")
|
||||||
|
Layout.fillWidth: true
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
UM.OutputDeviceManager.setActiveDevice(model.id)
|
UM.OutputDeviceManager.setActiveDevice(model.id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user