mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -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
|
@ -76,7 +76,7 @@ Item
|
|||
// On what side should the header corners be shown? 1 is down, 2 is left, 3 is up and 4 is right.
|
||||
property alias headerCornerSide: background.cornerSide
|
||||
|
||||
// Distance between the header and the content if the content is a pop-up.
|
||||
// Distance between the header and the content.
|
||||
property int popupOffset: 2 * UM.Theme.getSize("default_lining").height
|
||||
|
||||
// Prefix used for the dragged position preferences. Preferences not used if empty. Don't translate!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue