diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java index 5d72f5e1f29..e6efbc73db8 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java @@ -1171,7 +1171,6 @@ void forceResize (int width, int height) { if (validTranslation && !isMappedToPopup()) { allocation.x += window_offset_x[0]; allocation.y += window_offset_y[0]; - allocation.height -= window_offset_y[0]; } } else { int [] dest_x = new int[1];