Adjust application size
This commit is contained in:
parent
a27487fbe7
commit
da69491cac
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ val backendType =
|
|||
}
|
||||
|
||||
// Create Jexer Application
|
||||
class Application : TApplication(backendType, 80, 40, 18) {
|
||||
class Application : TApplication(backendType, 60, 30, 18) {
|
||||
init {
|
||||
WelcomeWindow(this)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue