sheets cant be resized

Bug #1224428 reported by Daniel Holm
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu UI Toolkit
Invalid
Undecided
Unassigned

Bug Description

I need sheets like ComposerSheet to be resizeble. By that I mean I need them to be able to fill parent.

Should be:
1. Add a eg. ComposerSheet to my QML app.
2. I set anchors.fill: parent.
3. I start the app, open the Sheet popover and it fills out the window.

What happends:
1. Add a eg. ComposerSheet to my QML app.
2. I set anchors.fill: parent.
3. I start the app, open the Sheet and it doesnt fill out the parent.

Setting height doesn't do the trick either. And it's only the height I'm having problems with.
The items I've added to to sheet doesn't fit inside the sheet and you're not able to scroll down to reach them.

Revision history for this message
Daniel Holm (danielholm) wrote :

This resolved the issue: contentsHeight: parent.height;

Changed in ubuntu-ui-toolkit:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.