Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/NewBugzillaTaskEditor.java')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/NewBugzillaTaskEditor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/NewBugzillaTaskEditor.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/NewBugzillaTaskEditor.java
index 3dac34bb7..efd3a72ee 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/NewBugzillaTaskEditor.java
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/NewBugzillaTaskEditor.java
@@ -84,7 +84,7 @@ public class NewBugzillaTaskEditor extends AbstractNewRepositoryTaskEditor {
textFieldComposite.setLayout(textLayout);
Text textField = createTextField(textFieldComposite, taskData
.getAttribute(RepositoryTaskAttribute.USER_ASSIGNED), SWT.FLAT);
-
+ toolkit.paintBordersFor(textFieldComposite);
GridDataFactory.fillDefaults().hint(150, SWT.DEFAULT).applyTo(textField);
peopleSection.setClient(peopleComposite);
toolkit.paintBordersFor(peopleComposite);

Back to the top