Fix rendering of readonly description/adhesion info

This commit is contained in:
fieldOfView 2017-04-29 16:43:26 +02:00
parent 02b978272f
commit 23cd6b1c2c

View file

@ -45,17 +45,4 @@ Item
}
}
}
Label
{
visible: base.readOnly
text: textArea.text
anchors.fill: parent
anchors.margins: textArea.__style ? textArea.__style.textMargin : 4
color: palette.buttonText
}
SystemPalette { id: palette }
}