lttng: Fix display of titles of all dialogs of the LTTng Control
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / dialogs / NewConnectionDialog.java
index 6b4404727b482610ac9d55b35ee09151147108fa..2bb0c03c9dcc1829bfe38542fafdc6d263c33c54 100644 (file)
@@ -110,7 +110,7 @@ public class NewConnectionDialog extends Dialog implements INewConnectionDialog
      */
     public NewConnectionDialog(Shell shell) {
         super(shell);
-        setShellStyle(SWT.RESIZE);
+        setShellStyle(SWT.RESIZE | getShellStyle());
     }
 
     // ------------------------------------------------------------------------
This page took 0.024338 seconds and 5 git commands to generate.