Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 332304
Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java (-2 / +2 lines)
Lines 436-442 Link Here
436
		layout.marginRight = 5;
436
		layout.marginRight = 5;
437
		basicComposite.setLayout(layout);
437
		basicComposite.setLayout(layout);
438
		GridData g = new GridData(GridData.FILL, GridData.FILL, true, true);
438
		GridData g = new GridData(GridData.FILL, GridData.FILL, true, true);
439
		g.widthHint = 500;
439
		g.widthHint = 400;
440
		basicComposite.setLayoutData(g);
440
		basicComposite.setLayoutData(g);
441
		Dialog.applyDialogFont(basicComposite);
441
		Dialog.applyDialogFont(basicComposite);
442
442
Lines 460-466 Link Here
460
		moreOptionsExpandComposite.setBackground(null);
460
		moreOptionsExpandComposite.setBackground(null);
461
		moreOptionsExpandComposite.setText(Messages.BugzillaSearchPage_More_Options);
461
		moreOptionsExpandComposite.setText(Messages.BugzillaSearchPage_More_Options);
462
		moreOptionsExpandComposite.setLayout(new GridLayout(3, false));
462
		moreOptionsExpandComposite.setLayout(new GridLayout(3, false));
463
		g = new GridData(GridData.FILL, GridData.FILL, true, true);
463
		g = new GridData(GridData.FILL, GridData.VERTICAL_ALIGN_BEGINNING, true, false);
464
		g.horizontalSpan = 4;
464
		g.horizontalSpan = 4;
465
		g.horizontalIndent = INDENT;
465
		g.horizontalIndent = INDENT;
466
		moreOptionsExpandComposite.setLayoutData(g);
466
		moreOptionsExpandComposite.setLayoutData(g);

Return to bug 332304