mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Removed fixed height
This commit is contained in:
parent
538522a4a2
commit
a1c57ae4d1
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user