]> 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 cda5efc3c6ee6094d49ac78078486713014ee03e..c7ae9a86c5fd485193e37f73379af52799044ab4 100644 (file)
@@ -32,7 +32,7 @@ public class ApplicationWorkbenchWindowAdvisor extends WorkbenchWindowAdvisor {
 
        public void preWindowOpen() {
                IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
-               configurer.setInitialSize(new Point(1024, 800));
+               configurer.setInitialSize(new Point(1600, 800));
                configurer.setShowCoolBar(true);
                configurer.setShowStatusLine(true);
                configurer.setShowPerspectiveBar(true);
@@ -61,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");