Fix warning: The current style does not support customization of this control (proper...
authorCamila Ayres <hello@camilasan.com>
Wed, 28 Aug 2024 20:24:52 +0000 (22:24 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 6 Sep 2024 08:55:42 +0000 (10:55 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/filedetails/NCInputTextEdit.qml
src/gui/filedetails/NCInputTextField.qml

index 3685b1f9deaa7540217ba053583c4cdc9d97ea0b..d0dac6608ba93d6b001bf6606181ca24a564502c 100644 (file)
@@ -53,7 +53,8 @@ TextEdit {
         width: height
         height: parent.height
 
-        background: Rectangle {
+        // TODO: the current style does not support customization of this control
+        Rectangle {
             radius: width / 2
             color: textFieldBorder.color
         }
index fa4bef0bfc8a27794ffba073aff4aedf55ad2ee5..e0344270207c30a4946fa5b5f147a3ae5ba1297c 100644 (file)
@@ -33,6 +33,7 @@ TextField {
 
     selectByMouse: true
 
+    // TODO: the current style does not support customization of this control
     background: Rectangle {
         id: textFieldBorder
         radius: Style.slightlyRoundedButtonRadius