### Eclipse Workspace Patch 1.0 #P org.eclipse.mylyn.bugzilla.ui Index: src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java =================================================================== RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java,v retrieving revision 1.134 diff -u -r1.134 BugzillaSearchPage.java --- src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java 11 Feb 2010 06:17:05 -0000 1.134 +++ src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java 25 Feb 2010 20:10:30 -0000 @@ -340,8 +340,6 @@ Composite buttonComposite = new Composite(control, SWT.NONE); buttonComposite.setLayout(new GridLayout(2, false)); GridData g = new GridData(GridData.FILL_HORIZONTAL); - g.widthHint = 500; - g.heightHint = 200; Button clearButton = new Button(buttonComposite, SWT.PUSH); clearButton.setText(Messages.BugzillaSearchPage_ClearFields); clearButton.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false));