qml: fix missing localdocs and prefill progress (#3330)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-12-19 17:22:00 -05:00 committed by GitHub
parent 2afa9f2f25
commit 183eb9fb43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
@ -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