X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fsession%2FSwingSessionInfo.java;h=07e7b227d7f9bd4045df8639d5df0f5e13af339f;hb=a2018e9964f6c58742cd1e6dd0a0c63e244a89d6;hp=55a6d8d4f5858d11fb57bdf3e3e2a08deaf9e148;hpb=e16dda65585466c8987bd1efd718431450a96605;p=nikiroo-utils.git diff --git a/src/jexer/session/SwingSessionInfo.java b/src/jexer/session/SwingSessionInfo.java index 55a6d8d..07e7b22 100644 --- a/src/jexer/session/SwingSessionInfo.java +++ b/src/jexer/session/SwingSessionInfo.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2016 Kevin Lamonte + * Copyright (C) 2017 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -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.