From a55603650a333544e17066c806206588a03c699a Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Fri, 17 Sep 2010 05:10:02 +0000 Subject: fix large spacing problem --- examples/GuiClient/profileDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/GuiClient/profileDialog.cpp') diff --git a/examples/GuiClient/profileDialog.cpp b/examples/GuiClient/profileDialog.cpp index c1f4d668..3d170dce 100644 --- a/examples/GuiClient/profileDialog.cpp +++ b/examples/GuiClient/profileDialog.cpp @@ -110,7 +110,7 @@ void profileDialog::updateText() arg(m_time[resource].tzo()); if(i < resources.count() - 1) // skip for the last item - statusText += "

"; + statusText += "
"; } setStatusText(statusText); } -- cgit v1.2.3