From 0e284ba50cb69d3340a7b0d32d6e0ff9cd2dc38c Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 26 Jul 2023 11:57:25 +0200 Subject: [PATCH] Nim: Use FilePathChooser for working directory Change-Id: I08cd734dec1e810a113edfa646036242736fe9e1 Reviewed-by: Marcus Tillmanns --- src/plugins/nim/project/nimcompilercleanstep.cpp | 1 - 1 file changed, 1 deletion(-) 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());