From aa83b0ce6556e739f5d1699f8d51f258ce441439 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Thu, 16 Nov 2023 16:51:58 +0100 Subject: [PATCH] ProjectExplorer: Make CodeStyleSettingsWidget expanding This encourages the code style project settings panel to take the abundant vertical space. Change-Id: Ia14c4e3246a0ab4099850b3013e4ea915a7e1433 Reviewed-by: Reviewed-by: David Schulz --- src/plugins/projectexplorer/codestylesettingspropertiespage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/projectexplorer/codestylesettingspropertiespage.cpp b/src/plugins/projectexplorer/codestylesettingspropertiespage.cpp index ed859e84337..0153a6a1958 100644 --- a/src/plugins/projectexplorer/codestylesettingspropertiespage.cpp +++ b/src/plugins/projectexplorer/codestylesettingspropertiespage.cpp @@ -35,6 +35,7 @@ public: setGlobalSettingsId(CppEditor::Constants::CPP_CODE_STYLE_SETTINGS_ID); setUseGlobalSettingsCheckBoxVisible(false); + setExpanding(true); const EditorConfiguration *config = project->editorConfiguration();