Browse Source

Hover of output device now spans the popup

CURA-5959
Jaime van Kessel 6 years ago
parent
commit
eea6490e75
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/qml/ActionPanel/OutputDevicesActionButton.qml

+ 2 - 2
resources/qml/ActionPanel/OutputDevicesActionButton.qml

@@ -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)