Author: bfitzpat
Date: 2010-05-13 18:33:18 -0400 (Thu, 13 May 2010)
New Revision: 22073
Modified:
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/views/DelimitedStringList.java
Log:
OPEN - issue JBIDE-6282: [tester] Cannot see more than 7 request parameters/headers
https://jira.jboss.org/jira/browse/JBIDE-6282
Modified:
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/views/DelimitedStringList.java
===================================================================
---
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/views/DelimitedStringList.java 2010-05-13
22:27:59 UTC (rev 22072)
+++
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/views/DelimitedStringList.java 2010-05-13
22:33:18 UTC (rev 22073)
@@ -136,7 +136,7 @@
mSpacerComposite.setLayout(new GridLayout());
}
{
- this.mPropsList = new List(this, SWT.BORDER);
+ this.mPropsList = new List(this, SWT.BORDER | SWT.V_SCROLL);
final GridData gridData = new GridData(
GridData.HORIZONTAL_ALIGN_FILL
| GridData.VERTICAL_ALIGN_FILL);