Shift elements around

This commit is contained in:
nelle 2024-02-16 02:54:52 -07:00
parent 43b6a3f51f
commit 1c2fd5a13d

View file

@ -17,10 +17,11 @@ class ProgramWindow private constructor(parent: TApplication, flags: Int) :
height - 2 height - 2
) )
) )
addLabel("Welcome to The ORG-NAME-WIP Secure Data Accessor - OSDA", CENTERED, CENTERED - 4) addLabel("Welcome to", CENTERED + 13, CENTERED - 4)
addLabel("The ORG-NAME-WIP Secure Data Accessor", CENTERED, CENTERED - 3)
addButton("Exit...", CENTERED + 14, CENTERED + 6, addButton("Exit...", CENTERED + 14, CENTERED + 10,
object : TAction() { object : TAction() {
override fun DO() { override fun DO() {
System.exit(0) System.exit(0)