Adjust size to check ergonomy
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / util / SimpleUxContext.java
index ac2ea7c8296762bf319766daf8a9e6de3ed35243..6cb37bde4f4a71ddf659d785a8d9b76e5657f485 100644 (file)
@@ -7,7 +7,7 @@ import org.eclipse.swt.widgets.Display;
 
 public class SimpleUxContext implements UxContext {
        private Point size;
-       private Point small = new Point(200, 400);
+       private Point small = new Point(400, 400);
 
        public SimpleUxContext() {
                this(Display.getCurrent().getBounds());