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
|
// Create Jexer Application
|
||||||
class Application : TApplication(backendType, 80, 40, 18) {
|
class Application : TApplication(backendType, 60, 30, 18) {
|
||||||
init {
|
init {
|
||||||
WelcomeWindow(this)
|
WelcomeWindow(this)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue