mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-27 16:04:11 +00:00
This bottom padding while doing text generation is no longer necessary with the tray. (#2495)
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -1328,7 +1328,7 @@ Rectangle {
|
|||||||
footer: Item {
|
footer: Item {
|
||||||
id: bottomPadding
|
id: bottomPadding
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 60
|
height: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user