summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/speechbubble.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp
index d54bf9ad..dcb03dca 100644
--- a/src/gui/speechbubble.cpp
+++ b/src/gui/speechbubble.cpp
@@ -39,6 +39,9 @@ SpeechBubble::SpeechBubble():
setShowTitle(false);
setTitleBarHeight(0);
+ setMinWidth(29);
+ setMinHeight(29);
+
mCaption = new gcn::Label("");
mCaption->setFont(boldFont);
mCaption->setPosition(5, 3);