mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Also use a themeable distance for pop-ups, not just for sticky components
This commit is contained in:
parent
25e2828ed0
commit
daac6faaba
2 changed files with 3 additions and 2 deletions
|
@ -75,7 +75,8 @@ Item
|
|||
// Change the contentItem close behaviour
|
||||
property alias contentClosePolicy : content.closePolicy
|
||||
|
||||
property int popupOffset: 2
|
||||
// Distance between the header and the content.
|
||||
property int popupOffset: 2 * UM.Theme.getSize("default_lining").height
|
||||
|
||||
onEnabledChanged:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue