mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-06 11:00:48 +00:00
Fix the thumbsdown dialog.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -33,8 +33,10 @@ Dialog {
|
||||
y: 0 - myDialog.padding + 15
|
||||
z: 300
|
||||
visible: myDialog.closePolicy != Popup.NoAutoClose
|
||||
width: 30
|
||||
height: 30
|
||||
width: 24
|
||||
height: 24
|
||||
imageWidth: 24
|
||||
imageHeight: 24
|
||||
padding: 0
|
||||
source: "qrc:/gpt4all/icons/close.svg"
|
||||
fillMode: Image.PreserveAspectFit
|
||||
|
Reference in New Issue
Block a user