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 305687 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java (+6 lines)
Lines 2051-2056 Link Here
2051
			}
2051
			}
2052
			shell.setSize(shellSize);
2052
			shell.setSize(shellSize);
2053
			shell.layout(true);
2053
			shell.layout(true);
2054
		} else {
2055
			shellSize.x++;
2056
			shell.setSize(shellSize);
2057
			shellSize.x--;
2058
			shell.setSize(shellSize);
2059
			shell.layout(true);
2054
		}
2060
		}
2055
	}
2061
	}
2056
2062

Return to bug 305687