mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +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 {
|
||||
id: scrollView
|
||||
height: 480
|
||||
width: root.width + 4
|
||||
|
||||
ListView {
|
||||
id: listView
|
||||
|
|
Loading…
Reference in a new issue