Tweaks for Excel to Markdown conversion (#3022)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-10-04 14:25:00 -04:00
committed by GitHub
parent dc82f883f8
commit b850e7c867
5 changed files with 49 additions and 42 deletions

View File

@@ -939,6 +939,7 @@ Rectangle {
Text {
id: attachmentFileText
width: 295
height: 40
text: modelData.file
color: theme.textColor
@@ -947,6 +948,7 @@ Rectangle {
font.pixelSize: theme.fontSizeMedium
font.bold: true
wrapMode: Text.WrapAnywhere
elide: Qt.ElideRight
}
}
}
@@ -1971,6 +1973,7 @@ Rectangle {
Text {
id: attachmentFileText2
width: 265
height: 40
text: model.file
color: theme.textColor
@@ -1979,6 +1982,7 @@ Rectangle {
font.pixelSize: theme.fontSizeMedium
font.bold: true
wrapMode: Text.WrapAnywhere
elide: Qt.ElideRight
}
}