mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-09 12:29:56 +00:00
Fix the thumbsdown dialog.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -44,9 +44,9 @@ MyDialog {
|
||||
|
||||
ScrollView {
|
||||
clip: true
|
||||
height: 300
|
||||
height: 120
|
||||
width: parent.width
|
||||
ScrollBar.vertical.policy: ScrollBar.AlwaysOn
|
||||
ScrollBar.vertical.policy: ScrollBar.AsNeeded
|
||||
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
||||
|
||||
MyTextArea {
|
||||
|
Reference in New Issue
Block a user