lttng: Add a diagram showing the dependencies between plugins
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / dialogs / ImportConfirmationDialog.java
index df24ddcea501c42d806ddc6dd04532b35e6cf7e3..f66c5d293a71bb664da8b8816f2eb93ec4687998 100644 (file)
@@ -83,7 +83,7 @@ public class ImportConfirmationDialog extends Dialog implements IImportConfirmat
      */
     public ImportConfirmationDialog(Shell shell) {
         super(shell);
-        setShellStyle(SWT.RESIZE);
+        setShellStyle(SWT.RESIZE | getShellStyle());
     }
 
     // ------------------------------------------------------------------------
This page took 0.027605 seconds and 5 git commands to generate.