From a1c57ae4d1f9737e1b7998190f27d24741cd3ba0 Mon Sep 17 00:00:00 2001 From: nowrep Date: Tue, 15 Mar 2011 18:44:26 +0100 Subject: [PATCH] Removed fixed height --- src/webview/tabwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webview/tabwidget.cpp b/src/webview/tabwidget.cpp index 604ee4228..bfc00c0d7 100644 --- a/src/webview/tabwidget.cpp +++ b/src/webview/tabwidget.cpp @@ -35,7 +35,7 @@ TabWidget::TabWidget(QupZilla* mainClass, QWidget *parent) : m_tabBar = new TabBar(p_QupZilla); setTabBar(m_tabBar); setObjectName("tabWidget"); - setStyleSheet(" QTabBar::tab{max-width:250px; height: 28px;}"); + setStyleSheet(" QTabBar::tab{max-width:250px;}"); loadSettings();