diff --git a/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy b/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy index 28c8b2b2..ce461885 100644 --- a/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy +++ b/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy @@ -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) }