summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-10 22:54:14 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-10 22:55:39 +0100
commit19db8d94d88db56dc9484cc85308906add21826d (patch)
tree0ff93aecbe78729bdc139cc539df93dc20ada980 /src/gui/speechbubble.cpp
parent9f2a8799eea3d609a3863a7732ec280d83f12e47 (diff)
downloadmana-client-19db8d94d88db56dc9484cc85308906add21826d.tar.gz
mana-client-19db8d94d88db56dc9484cc85308906add21826d.tar.bz2
mana-client-19db8d94d88db56dc9484cc85308906add21826d.tar.xz
mana-client-19db8d94d88db56dc9484cc85308906add21826d.zip
Whitespace fixes
Mainly removed trailing whitespace. Also small fix in header of recorder.cpp.
Diffstat (limited to 'src/gui/speechbubble.cpp')
-rw-r--r--src/gui/speechbubble.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp
index c76558e4..dd404a63 100644
--- a/src/gui/speechbubble.cpp
+++ b/src/gui/speechbubble.cpp
@@ -85,7 +85,7 @@ void SpeechBubble::setText(std::string mText)
width = mSpeechBox->getMinWidth();
setContentSize(width + fontHeight, (numRows * fontHeight) + 6);
- mSpeechArea->setDimension(gcn::Rectangle(4, fontHeight + 3, width + 5,
+ mSpeechArea->setDimension(gcn::Rectangle(4, fontHeight + 3, width + 5,
(numRows * fontHeight)));
}