hack to add some horizontal space
This commit is contained in:
@@ -54,7 +54,7 @@ class MainFrameView {
|
|||||||
}
|
}
|
||||||
panel(constraints: BorderLayout.CENTER) {
|
panel(constraints: BorderLayout.CENTER) {
|
||||||
borderLayout()
|
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)
|
textField(id: "search-field", constraints: BorderLayout.CENTER, action : searchAction)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user