mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-29 04:51:12 +00:00
Fix issue 1925, scrollbar missing on main conversation.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
513a214eca
commit
490404dbb2
@ -904,10 +904,7 @@ Window {
|
|||||||
model: chatModel
|
model: chatModel
|
||||||
|
|
||||||
ScrollBar.vertical: ScrollBar {
|
ScrollBar.vertical: ScrollBar {
|
||||||
parent: listView.parent
|
policy: ScrollBar.AsNeeded
|
||||||
anchors.top: listView.top
|
|
||||||
anchors.left: listView.right
|
|
||||||
anchors.bottom: listView.bottom
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Accessible.role: Accessible.List
|
Accessible.role: Accessible.List
|
||||||
|
Loading…
Reference in New Issue
Block a user