Skip to content

Commit

Permalink
Fix text colour for NCInputTextEdit
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Jun 13, 2024
1 parent 875e2df commit fa1f8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/filedetails/NCInputTextEdit.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ TextEdit {
readonly property alias submitButton: submitButton

clip: true
color: Style.ncTextColor
textMargin: Style.smallSpacing
wrapMode: TextEdit.Wrap
selectByMouse: true
Expand Down

0 comments on commit fa1f8b3

Please sign in to comment.