From: Camila Ayres Date: Sun, 1 Sep 2024 19:47:40 +0000 (+0200) Subject: Remove backround rectangle from NCInputTextEdit. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~216^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3201e8b93902c6a994a38f5be09829ee4cce67e6;p=nextcloud-desktop.git Remove backround rectangle from NCInputTextEdit. Signed-off-by: Camila Ayres --- diff --git a/src/gui/filedetails/NCInputTextEdit.qml b/src/gui/filedetails/NCInputTextEdit.qml index 34fe38b9a..8a16a4a6d 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