TEditor 50% complete
[nikiroo-utils.git] / src / jexer / demos / DemoMainWindow.java
index 53f30d7d5a630efa202f202fa8c1809ce7176e89..598ac7f0ce92f889d56a78a6b42d7f41675dad02 100644 (file)
@@ -77,7 +77,7 @@ public class DemoMainWindow extends TWindow {
     private DemoMainWindow(final TApplication parent, final int flags) {
         // Construct a demo window.  X and Y don't matter because it will be
         // centered on screen.
-        super(parent, "Demo Window", 0, 0, 60, 22, flags);
+        super(parent, "Demo Window", 0, 0, 60, 23, flags);
 
         int row = 1;