Remove padding of the text in the scrollable text area

CURA-8154
This commit is contained in:
Kostas Karmas 2021-04-09 15:09:10 +02:00
parent 92dafccf6d
commit ae63dff0e4

View File

@ -115,6 +115,8 @@ Item
textArea.readOnly: true
textArea.font: UM.Theme.getFont("medium")
textArea.onLinkActivated: Qt.openUrlExternally(link)
textArea.leftPadding: 0
textArea.rightPadding: 0
}
}
}