This commit is contained in:
Marco Dalla Tiezza
2024-06-10 11:56:27 +02:00
parent 2aa821ee65
commit e00e21c46a
2 changed files with 214 additions and 210 deletions

View File

@@ -274,7 +274,6 @@ Page {
Layout.fillWidth: true
}
RowLayout {
width: 100
height: 100
@@ -584,6 +583,9 @@ Page {
wrapMode: TextEdit.WordWrap
textFormat: Text.MarkdownText
readOnly: true
onLinkActivated: (link) => {
Qt.openUrlExternally(link)
}
}
ScrollBar.vertical: ScrollBar {
width: 10