mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 00:04:27 +08:00
Remove padding of the text in the scrollable text area
CURA-8154
This commit is contained in:
parent
92dafccf6d
commit
ae63dff0e4
@ -115,6 +115,8 @@ Item
|
|||||||
textArea.readOnly: true
|
textArea.readOnly: true
|
||||||
textArea.font: UM.Theme.getFont("medium")
|
textArea.font: UM.Theme.getFont("medium")
|
||||||
textArea.onLinkActivated: Qt.openUrlExternally(link)
|
textArea.onLinkActivated: Qt.openUrlExternally(link)
|
||||||
|
textArea.leftPadding: 0
|
||||||
|
textArea.rightPadding: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user