Skip to content

Commit

Permalink
qml: fix missing localdocs and prefill progress (#3330)
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre authored Dec 19, 2024
1 parent 2afa9f2 commit 183eb9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gpt4all-chat/qml/ChatItemView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ GridLayout {
Layout.preferredWidth: 32
Layout.preferredHeight: 32
Layout.topMargin: model.index > 0 ? 25 : 0
visible: content !== "" || childItems.length > 0

Image {
id: logo
Expand Down Expand Up @@ -71,7 +70,6 @@ GridLayout {
Layout.fillWidth: true
Layout.preferredHeight: 38
Layout.topMargin: model.index > 0 ? 25 : 0
visible: content !== "" || childItems.length > 0

RowLayout {
spacing: 5
Expand Down

0 comments on commit 183eb9f

Please sign in to comment.