1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[231867] TVT34:TCT196: PLK: "Subset" window too narrow

https://bugs.eclipse.org/bugs/show_bug.cgi?id=231867
This commit is contained in:
David Dykstal 2008-05-13 20:41:11 +00:00
parent 48f860e0bf
commit 0442b3da23

View file

@ -33,7 +33,7 @@
* David McKnight (IBM) - [225506] [api][breaking] RSE UI leaks non-API type
* Martin Oberhuber (Wind River) - [228774] Improve ElementComparer Performance
* David McKnight (IBM) - [229116] NPE in when editing remote file in new workspace
* David McKnight (IBM) - [231867] TVT34:TCT196: PLK: "Subset" window too narrow
* David Dykstal (IBM) - [231867] TVT34:TCT196: PLK: "Subset" window too narrow
*******************************************************/
package org.eclipse.rse.internal.ui.view;
@ -594,7 +594,7 @@ public class SystemTableViewPart extends ViewPart
_controls[i + 1] = SystemWidgetHelpers.createTextField(c, null);
GridData textData3 = new GridData(GridData.HORIZONTAL_ALIGN_FILL | GridData.GRAB_HORIZONTAL);
textData3.widthHint = 75;
textData3.widthHint = 150;
_controls[i + 1].setLayoutData(textData3);
_controls[i + 1].setText("*"); //$NON-NLS-1$