aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml')
-rw-r--r--examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml b/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
index 61d7de8a..9730ad09 100644
--- a/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
+++ b/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
@@ -50,7 +50,6 @@
import QtQuick
import QtQuick.Controls
-import QtQuick.Controls.Material
import QtQuick.Layouts
import QtQuick.Window
@@ -77,8 +76,6 @@ ApplicationWindow {
text: "\uE80A" // icon-ok
opacity: !textArea.readOnly ? 1 : 0
onClicked: textArea.readOnly = true
-
- Material.foreground: Material.accent
}
Label {