mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-27 07:26:03 +02:00
context menu fill to fit tablet screen
This commit is contained in:
parent
6c2cae8749
commit
f316505a05
1 changed files with 4 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue