mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 17:57:55 -06:00
Remove padding of the text in the scrollable text area
CURA-8154
This commit is contained in:
parent
92dafccf6d
commit
ae63dff0e4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue