]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rcp/src/org/argeo/slc/client/rcp/ApplicationWorkbenchWindowAdvisor.java
Fix drag & drop and begin implementation of test parameters.
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / src / org / argeo / slc / client / rcp / ApplicationWorkbenchWindowAdvisor.java
index 17250fa5bb1f53fca346988dc96afe210cc66822..c7ae9a86c5fd485193e37f73379af52799044ab4 100644 (file)
@@ -32,9 +32,10 @@ public class ApplicationWorkbenchWindowAdvisor extends WorkbenchWindowAdvisor {
 
        public void preWindowOpen() {
                IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
-               configurer.setInitialSize(new Point(800, 600));
+               configurer.setInitialSize(new Point(1600, 800));
                configurer.setShowCoolBar(true);
-               configurer.setShowStatusLine(false);
+               configurer.setShowStatusLine(true);
+               configurer.setShowPerspectiveBar(true);
        }
 
        public void postWindowOpen() {
@@ -60,8 +61,8 @@ public class ApplicationWorkbenchWindowAdvisor extends WorkbenchWindowAdvisor {
                        return;
 
                // image
-               Image trayImage = ClientRcpPlugin.getDefault().getImageRegistry().get(
-                               "argeoTrayIcon");
+               Image trayImage = ClientRcpPlugin.getDefault().getImageRegistry()
+                               .get("argeoTrayIcon");
                trayItem.setImage(trayImage);
                trayItem.setToolTipText("Argeo SLC");