mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed size of expandableItem not being the correct width
CURA-5785
This commit is contained in:
parent
1569fd7396
commit
fb72f9a059
4 changed files with 4 additions and 3 deletions
|
|
@ -111,7 +111,7 @@ Item
|
|||
// Make the popup right aligned with the rest. The 3x padding is due to left, right and padding between
|
||||
//the button & text.
|
||||
x: -width + collapseButton.width + headerItemLoader.width + 3 * background.padding
|
||||
|
||||
padding: UM.Theme.getSize("default_margin").width
|
||||
closePolicy: Popup.CloseOnPressOutsideParent
|
||||
|
||||
background: Rectangle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue