mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:41:02 +02:00
Fix width of delete bookmark drop-down
This commit is contained in:
parent
2f91b29c06
commit
e5188108a1
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ FocusScope {
|
||||||
ScrollView {
|
ScrollView {
|
||||||
id: scrollView
|
id: scrollView
|
||||||
height: 480
|
height: 480
|
||||||
|
width: root.width + 4
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: listView
|
id: listView
|
||||||
|
|
Loading…
Reference in a new issue