Add versioned about box, set title
[fanfix.git] / src / jexer / session / SwingSessionInfo.java
index 55a6d8d4f5858d11fb57bdf3e3e2a08deaf9e148..5b613868067b25b60db375d8a40e4febc0ef5399 100644 (file)
@@ -66,12 +66,12 @@ public final class SwingSessionInfo implements SessionInfo {
     /**
      * Text window width.
      */
-    private int windowWidth = 132;
+    private int windowWidth = 80;
 
     /**
      * Text window height.
      */
-    private int windowHeight = 40;
+    private int windowHeight = 25;
 
     /**
      * Username getter.