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 313703
Collapse All | Expand All

(-)src/org/eclipse/ui/forms/widgets/ExpandableComposite.java (+3 lines)
Lines 300-305 Link Here
300
				if (defSize.y == size.y) {
300
				if (defSize.y == size.y) {
301
					// One line - pick the smaller of the two widths
301
					// One line - pick the smaller of the two widths
302
					size.x = Math.min(defSize.x, size.x);
302
					size.x = Math.min(defSize.x, size.x);
303
					if (thmargin > 0 && SWT.getPlatform() == "gtk") { //$NON-NLS-1$
304
						size.x = size.x + 1;
305
					}
303
				}
306
				}
304
			}
307
			}
305
			if (toggle != null) {
308
			if (toggle != null) {

Return to bug 313703