mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix warning: The current style does not support customization of this control (property: "background").
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
7253ae103c
commit
af96f1e37d
@ -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
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user