Remove background from textfields to fix errors
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Mon, 21 Oct 2024 03:15:22 +0000 (11:15 +0800)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 18 Nov 2024 08:59:19 +0000 (09:59 +0100)
commit0561a143af087314f904cdeae617ef5d4e796849
treed5523e4179d4d1efe323c1b66e63e653dbe1f58b
parent336c5d12135b497989f51de45452539201f179be
Remove background from textfields to fix errors

Fixes the following errors:

ShareeSearchField.qml:53:17: QML QQuickRectangle: The current style does
not support customization of this control (property: "background" item:
QQuickRectangle(0x600001d42140, parent=0x0, geometry=0,0 0x0)).

NCInputTextField.qml:57:17: QML QQuickRectangle: The current style does
not support customization of this control (property: "background" item:
QQuickRectangle(0x600001d42220, parent=0x0, geometry=0,0 0x0)).

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/filedetails/NCInputTextField.qml
src/gui/filedetails/ShareeSearchField.qml