fixed warnings
This commit is contained in:
@@ -17,8 +17,8 @@ PopupWindow {
|
|||||||
|
|
||||||
visible: false
|
visible: false
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
width: Math.max(popup.minpopupWidth, contentColumn.implicitWidth + 2 * popup.spacingValue)
|
implicitWidth: Math.max(popup.minpopupWidth, contentColumn.implicitWidth + 2 * popup.spacingValue)
|
||||||
height: Math.max(popup.minpopupHeight, contentColumn.implicitHeight + 2 * popup.spacingValue)
|
implicitHeight: Math.max(popup.minpopupHeight, contentColumn.implicitHeight + 2 * popup.spacingValue)
|
||||||
|
|
||||||
onAnchorHoveredChanged: popup.updateVisibility()
|
onAnchorHoveredChanged: popup.updateVisibility()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user