diff options
Diffstat (limited to 'src/text.cpp')
-rw-r--r-- | src/text.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/text.cpp b/src/text.cpp index 671139a05..fc343fb96 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -68,7 +68,11 @@ Text::Text(const std::string &text, textManager = new TextManager; if (theme != nullptr) { - theme->loadRect(mBubble, "bubble.xml", ""); + theme->loadRect(mBubble, + "bubble.xml", + "", + 0, + 8); } else { |