diff --git a/src/webview/tabbar.cpp b/src/webview/tabbar.cpp index cda705b14..ee2141f4d 100644 --- a/src/webview/tabbar.cpp +++ b/src/webview/tabbar.cpp @@ -165,7 +165,7 @@ QSize TabBar::tabSizeHint(int index) const if (tabWidget) { WebTab* webTab = qobject_cast(tabWidget->widget(index)); if (webTab && webTab->isPinned()) - size.setWidth(35); + size.setWidth(31); } return size; }