Adjust application size

This commit is contained in:
nelle 2024-02-17 18:24:42 -07:00
parent a27487fbe7
commit da69491cac

View file

@ -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)
}