From fb6b467dcb638161bf3eef1697aade3ee1ff75fb Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Tue, 27 Mar 2018 22:12:05 +0200 Subject: [PATCH] Removed unused property --- components/RemoteNodeEdit.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/RemoteNodeEdit.qml b/components/RemoteNodeEdit.qml index 6655e629..1f22956f 100644 --- a/components/RemoteNodeEdit.qml +++ b/components/RemoteNodeEdit.qml @@ -85,7 +85,6 @@ GridLayout { placeholderColor: root.placeholderColor placeholderOpacity: root.placeholderOpacity onEditingFinished: root.editingFinished() - legacyWizardStyle: true borderColor: lineEditBorderColor backgroundColor: lineEditBackgroundColor fontColor: lineEditFontColor