projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a91cd69
)
Remove backround rectangle from NCInputTextEdit.
author
Camila Ayres
<hello@camilasan.com>
Sun, 1 Sep 2024 19:47:40 +0000
(21:47 +0200)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Fri, 6 Sep 2024 08:42:08 +0000
(10:42 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/filedetails/NCInputTextEdit.qml
patch
|
blob
|
history
diff --git
a/src/gui/filedetails/NCInputTextEdit.qml
b/src/gui/filedetails/NCInputTextEdit.qml
index 34fe38b9adbd5cb4c67ac18eeff3983281d8a123..8a16a4a6d7811c72b7688ff5b88baae3fb55ebe4 100644
(file)
--- 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