tmf: Fix display of title in the SelectSupplementaryResources dialog
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 6 Nov 2013 22:50:50 +0000 (17:50 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 7 Nov 2013 16:41:02 +0000 (11:41 -0500)
Change-Id: I659333998e5a22da8aea35741675f6d12c666388
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/18157
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/dialogs/SelectSupplementaryResourcesDialog.java

index 622d817e6109b878df7489a2bb2069b6cc8cf80d..4357da8dd8d7b97b15ed33390588b3bfd0f16b6b 100644 (file)
@@ -68,7 +68,7 @@ public class SelectSupplementaryResourcesDialog extends Dialog {
     public SelectSupplementaryResourcesDialog(Shell shell, IResource[] resources) {
         super(shell);
         fAvailableResources = Arrays.copyOf(resources, resources.length);
-        setShellStyle(SWT.RESIZE);
+        setShellStyle(SWT.RESIZE | getShellStyle());
     }
 
     // ------------------------------------------------------------------------
This page took 0.027393 seconds and 5 git commands to generate.