From 43eca19b045f30c6456dd936b2baddff945cc047 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Tue, 10 Mar 2009 16:31:14 -0600 Subject: Set minimum bounds for speech bubbles, based on the skin's minimum dimensions. Signed-off-by: Ira Rice --- src/gui/speechbubble.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/speechbubble.cpp') 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); -- cgit v1.2.3-70-g09d2