From 15508f417d2898c074a03ed74f5031c4ef9e9fc5 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sun, 2 Jun 2019 01:33:53 +0100 Subject: [PATCH] hack to add some horizontal space --- gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }