From 585a40aa2b006f066a679c4e00c12433c7799968 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Thu, 17 May 2007 02:39:54 +0000 Subject: [PATCH] Patch for bug 187268 by Jason Montojo - translated string truncated for in New Code Style dialog --- .../internal/ui/preferences/formatter/CreateProfileDialog.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/CreateProfileDialog.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/CreateProfileDialog.java index 837a5815bf8..60fafb67034 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/CreateProfileDialog.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/CreateProfileDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2006 IBM Corporation and others. + * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -72,6 +72,7 @@ public class CreateProfileDialog extends StatusDialog { fProfileVersioner= profileVersioner; fSortedProfiles= fProfileManager.getSortedProfiles(); fSortedNames= fProfileManager.getSortedDisplayNames(); + setShellStyle(getShellStyle() | SWT.RESIZE); }