indentation of text field

pull/34/head
Zlatin Balevsky 2019-11-13 12:24:21 +00:00
parent bc1cae2d75
commit 73f1d64428
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class ChatRoomView {
}
panel(constraints : BorderLayout.SOUTH) {
borderLayout()
label(text : "Say something here: ", constraints : BorderLayout.WEST)
sayField = textField(actionPerformed : {controller.say()}, constraints : BorderLayout.CENTER)
button(text : "Say", constraints : BorderLayout.EAST, sayAction)
}