context menu fill to fit tablet screen

This commit is contained in:
Faye Li Si Fi 2017-01-12 13:11:08 -08:00
parent 6c2cae8749
commit f316505a05

View file

@ -37,9 +37,10 @@ FocusScope {
ListView {
id: listView
x: 8; y: 8
width: parent.width
height: parent.height
x: 0
y: 0
width: 480
height: 720
topMargin: hifi.dimensions.menuPadding.y
onEnabledChanged: recalcSize();
onVisibleChanged: recalcSize();