From ad949c3b846488dbd567eae6e8c4b3058a24a974 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Jun 2011 23:26:54 +0300 Subject: Fix tab size with secure font. --- src/gui/widgets/tab.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui') diff --git a/src/gui/widgets/tab.cpp b/src/gui/widgets/tab.cpp index 37a32480d..610bf7e68 100644 --- a/src/gui/widgets/tab.cpp +++ b/src/gui/widgets/tab.cpp @@ -236,4 +236,6 @@ void Tab::setLabelFont(gcn::Font *font) return; mLabel->setFont(font); + mLabel->adjustSize(); + adjustSize(); } -- cgit v1.2.3-70-g09d2