diff --git a/src/plugins/nim/project/nimcompilercleanstep.cpp b/src/plugins/nim/project/nimcompilercleanstep.cpp index fe3e4dfa4b2..e8b523e7a5a 100644 --- a/src/plugins/nim/project/nimcompilercleanstep.cpp +++ b/src/plugins/nim/project/nimcompilercleanstep.cpp @@ -30,7 +30,6 @@ public: : BuildStep(parentList, id) { workingDir.setLabelText(Tr::tr("Working directory:")); - workingDir.setDisplayStyle(StringAspect::LineEditDisplay); setSummaryUpdater([this] { workingDir.setValue(buildDirectory());