]> source.dussan.org Git - vaadin-framework.git/commitdiff
Changed debug consoles default position.
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 14 Mar 2008 13:27:26 +0000 (13:27 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 14 Mar 2008 13:27:26 +0000 (13:27 +0000)
svn changeset:4052/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/DebugConsole.java

index 8d7d3e49dd2ede273eb0b9a46444d0cf711bb370..6bd0f247b31062ec9ee1354eebe5dca842750641 100755 (executable)
@@ -36,9 +36,7 @@ public final class DebugConsole extends IWindow implements Console {
         // TODO stack to bottom (create window manager of some sort)
         setPixelSize(60, 60);
         setPopupPosition(Window.getClientWidth()
-                - (60 + IWindow.BORDER_WIDTH_HORIZONTAL), Window
-                .getClientHeight()
-                - (80 + IWindow.BORDER_WIDTH_VERTICAL));
+                - (100 + IWindow.BORDER_WIDTH_HORIZONTAL), 0);
     }
 
     /*