mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-17 17:02:09 +00:00
qml: fix missing localdocs and prefill progress (#3330)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
2afa9f2f25
commit
183eb9fb43
@ -36,7 +36,6 @@ GridLayout {
|
|||||||
Layout.preferredWidth: 32
|
Layout.preferredWidth: 32
|
||||||
Layout.preferredHeight: 32
|
Layout.preferredHeight: 32
|
||||||
Layout.topMargin: model.index > 0 ? 25 : 0
|
Layout.topMargin: model.index > 0 ? 25 : 0
|
||||||
visible: content !== "" || childItems.length > 0
|
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: logo
|
id: logo
|
||||||
@ -71,7 +70,6 @@ GridLayout {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: 38
|
Layout.preferredHeight: 38
|
||||||
Layout.topMargin: model.index > 0 ? 25 : 0
|
Layout.topMargin: model.index > 0 ? 25 : 0
|
||||||
visible: content !== "" || childItems.length > 0
|
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
Loading…
Reference in New Issue
Block a user