From 727834390c0a9ae866060a4fef2d2752214ddf9a Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sun, 2 Jun 2019 04:18:15 +0100 Subject: [PATCH] slightly better looking message --- gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy b/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy index 7209eb59..d0cf9113 100644 --- a/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy +++ b/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy @@ -54,9 +54,8 @@ class MainFrameView { } panel(id: "top-panel", constraints: BorderLayout.CENTER) { cardLayout() - panel(constraints : "top-connect-panel") { - label(text : "MuWire is connecting, please wait. You will be able to search soon.") - } + label(constraints : "top-connect-panel", + text : " MuWire is connecting, please wait. You will be able to search soon.") // TODO: real padding panel(constraints : "top-search-panel") { borderLayout() panel(constraints: BorderLayout.CENTER) {