Shift elements around
This commit is contained in:
parent
43b6a3f51f
commit
1c2fd5a13d
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue