diff --git a/src/gui/filedetails/NCInputTextEdit.qml b/src/gui/filedetails/NCInputTextEdit.qml index 34fe38b9ad..8a16a4a6d7 100644 --- a/src/gui/filedetails/NCInputTextEdit.qml +++ b/src/gui/filedetails/NCInputTextEdit.qml @@ -33,16 +33,6 @@ TextEdit { selectByMouse: true height: Math.max(Style.talkReplyTextFieldPreferredHeight, contentHeight) - Rectangle { - id: textFieldBorder - anchors.fill: parent - radius: Style.slightlyRoundedButtonRadius - border.width: Style.normalBorderWidth - border.color: root.activeFocus ? root.accentColor : root.secondaryColor - color: palette.base - z: -1 - } - Button { id: submitButton