Adjust size to check ergonomy
authorBruno Sinou <bsinou@argeo.org>
Mon, 9 Nov 2015 10:40:52 +0000 (10:40 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 9 Nov 2015 10:40:52 +0000 (10:40 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8563 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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());