mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
fix contents size
correct childrenRect mistakedly called contentRect Signed-off-by: Marco Martin <notmart@gmail.com>
This commit is contained in:
parent
8646934ba3
commit
8e523329b6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ MobileComponents.Page {
|
|||
Item {
|
||||
id: content
|
||||
width: flick.width
|
||||
height: contentRect.height + MobileComponents.Units.smallSpacing * 2
|
||||
height: childrenRect.height + MobileComponents.Units.smallSpacing * 2
|
||||
|
||||
ColumnLayout {
|
||||
anchors {
|
||||
|
|
Loading…
Add table
Reference in a new issue