diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-17 05:10:02 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-17 05:10:02 +0000 |
| commit | a55603650a333544e17066c806206588a03c699a (patch) | |
| tree | 863c85d1909f7d5aee15e4392934a02b9ff544c4 /examples/GuiClient/profileDialog.cpp | |
| parent | d67e8e63532a028cb01b70225471523c145d2667 (diff) | |
| download | qxmpp-a55603650a333544e17066c806206588a03c699a.tar.gz | |
fix large spacing problem
Diffstat (limited to 'examples/GuiClient/profileDialog.cpp')
| -rw-r--r-- | examples/GuiClient/profileDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 += "<BR><BR>"; + statusText += "<BR>"; } setStatusText(statusText); } |
