From 99a4fe34113ddfe8a820e3992fcb96ca64cdaf50 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Oct 2009 22:24:25 +0200 Subject: Fix show cost increase stats in StatusWindow. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Thorbjørn Lindeijer --- src/gui/statuswindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/statuswindow.cpp') diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index 81b83fe6..8e31f350 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -475,7 +475,7 @@ DerDisplay::DerDisplay(int id, const std::string &name): ChangeDisplay::ChangeDisplay(int id, const std::string &name): AttrDisplay(id, name), mNeeded(1) { - mPoints = new Label("1"); + mPoints = new Label("1 "); mInc = new Button(_("+"), "inc", this); // Do the layout -- cgit v1.2.3-60-g2f50