diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-27 22:12:05 +0200 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:04 +0100 |
| commit | fb6b467dcb638161bf3eef1697aade3ee1ff75fb (patch) | |
| tree | 584707e0e1f4e8dd98f542de7ad63ebb3b3ac9c9 /components | |
| parent | d98221ac56140b3e7a0b0b0348b6d06bfb9abb77 (diff) | |
| download | monzero-gui-fb6b467dcb638161bf3eef1697aade3ee1ff75fb.tar.gz monzero-gui-fb6b467dcb638161bf3eef1697aade3ee1ff75fb.tar.xz monzero-gui-fb6b467dcb638161bf3eef1697aade3ee1ff75fb.zip | |
Removed unused property
Diffstat (limited to 'components')
| -rw-r--r-- | components/RemoteNodeEdit.qml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
