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:
parent
48f860e0bf
commit
0442b3da23
1 changed files with 2 additions and 2 deletions
|
@ -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$
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue