]> git.sur5r.net Git - minitube/commitdiff
Use normal font
authorFlavio Tordini <flavio.tordini@gmail.com>
Thu, 7 May 2015 10:15:49 +0000 (12:15 +0200)
committerFlavio Tordini <flavio.tordini@gmail.com>
Thu, 7 May 2015 10:15:49 +0000 (12:15 +0200)
src/segmentedcontrol.cpp

index 27e63901b6358363718e3bbff3b6543842147a46..7ed895c3eb65c02a0bd5eaf4975290a180162ec4 100644 (file)
@@ -19,7 +19,6 @@ along with Minitube.  If not, see <http://www.gnu.org/licenses/>.
 $END_LICENSE */
 
 #include "segmentedcontrol.h"
-#include "fontutils.h"
 #include "mainwindow.h"
 #include "painterutils.h"
 
@@ -175,8 +174,7 @@ QAction *SegmentedControl::hoveredAction(const QPoint& pos) const {
 }
 
 int SegmentedControl::calculateButtonWidth (void) const {
-    QFont smallerBoldFont = FontUtils::smallBold();
-    QFontMetrics fontMetrics(smallerBoldFont);
+    QFontMetrics fontMetrics(font());
     int tmpItemWidth, itemWidth = 0;
     foreach (QAction *action, d->actionList) {
         tmpItemWidth = fontMetrics.width(action->text());
@@ -252,8 +250,6 @@ void SegmentedControl::paintButton(QPainter *painter, const QRect& rect, const Q
     painter->drawRect(0, 0, width, height - 1);
 #endif
 
-    painter->setFont(FontUtils::smallBold());
-
     const QString text = action->text();
 
     // text shadow