From eefe7f459b6d2616a901119688f85548deccab49 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Mon, 14 Sep 2009 15:54:58 +0000 Subject: [PATCH] bug 289080: definedSymbols + string option with browseType messes up Properties->Tool Settings layout. Patch from Wieant --- .../FileListControlFieldEditor.java | 33 +++++++++++-------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/FileListControlFieldEditor.java b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/FileListControlFieldEditor.java index a8beea1d463..d395801e86a 100644 --- a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/FileListControlFieldEditor.java +++ b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/FileListControlFieldEditor.java @@ -43,8 +43,8 @@ public class FileListControlFieldEditor extends FieldEditor { // file list control private FileListControl list; private int browseType; - private GridLayout layout; - private static final String DEFAULT_SEPERATOR = ";"; //$NON-NLS-1$ + private Composite topLayout; + private static final String DEFAULT_SEPARATOR = ";"; //$NON-NLS-1$ //values // private String[] values = null; @@ -92,7 +92,7 @@ public class FileListControlFieldEditor extends FieldEditor { * Sets the field editor's tool tip text to the argument, which * may be null indicating that no tool tip text should be shown. * - * @param string the new tool tip text (or null) + * @param tooltip the new tool tip text (or null) * * @exception SWTException