mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Patch for bug 187268 by Jason Montojo - translated string truncated for in New Code Style dialog
This commit is contained in:
parent
0b8a5e522c
commit
585a40aa2b
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue