diff options
author | Lionel Chauvin <megabigbug@yahoo.fr> | 2009-08-08 15:48:31 +0200 |
---|---|---|
committer | Lionel Chauvin <megabigbug@yahoo.fr> | 2009-08-08 15:48:31 +0200 |
commit | 31e4eaf900bd273b68deb3f32b72a78deff9ce59 (patch) | |
tree | cfb7232b8bb0bb6047ea9024369dbc27f74343b5 | |
parent | Krazy issues, part 3 (diff) | |
download | rekonq-31e4eaf900bd273b68deb3f32b72a78deff9ce59.tar.xz |
standard tab font size
-rw-r--r-- | src/tabbar.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp index bc92523a..f3449d24 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -60,12 +60,6 @@ TabBar::TabBar(QWidget *parent) setMovable(true); connect(this, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(contextMenuRequested(const QPoint &))); - - // tabbar font - QFont standardFont = KGlobalSettings::generalFont(); - QString fontFamily = standardFont.family(); - int dim = standardFont.pointSize(); - setFont(QFont(fontFamily, dim - 1)); } |