launcher: fix background height
Fix when typing and content shrinks during opening animation but background doesnt
This commit is contained in:
parent
ec50b03dcd
commit
e34ce82297
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Scope {
|
||||||
Background {
|
Background {
|
||||||
id: bg
|
id: bg
|
||||||
|
|
||||||
realWrapperHeight: wrapper.height
|
realWrapperHeight: Math.min(wrapper.height, content.height)
|
||||||
}
|
}
|
||||||
|
|
||||||
Wrapper {
|
Wrapper {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue