hack to add some horizontal space

pull/4/head
Zlatin Balevsky 2019-06-02 01:33:53 +01:00
parent 44dad55178
commit 15508f417d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class MainFrameView {
}
panel(constraints: BorderLayout.CENTER) {
borderLayout()
label("Enter search here:", constraints: BorderLayout.WEST)
label(" Enter search here:", constraints: BorderLayout.WEST) // TODO: fix this
textField(id: "search-field", constraints: BorderLayout.CENTER, action : searchAction)
}