mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Qt 5.13 compatibility - fix size of ExpandablePopup background.
Without this, the view selector dropdown has no background. Tested with Qt 5.13 on Linux and Qt 5.10 on Windows.
This commit is contained in:
parent
7883cf1807
commit
d10d3070b9
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ Item
|
|||
border.width: UM.Theme.getSize("default_lining").width
|
||||
border.color: UM.Theme.getColor("lining")
|
||||
radius: UM.Theme.getSize("default_radius").width
|
||||
height: contentItem.implicitHeight || content.height
|
||||
}
|
||||
|
||||
contentItem: Item {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue