1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Changed width of pinned panel.

It looks allright for my gnome, this size is probably going to change to
fit to Windows also
This commit is contained in:
nowrep 2011-03-25 19:33:00 +01:00
parent be80930053
commit 2717446306

View File

@ -165,7 +165,7 @@ QSize TabBar::tabSizeHint(int index) const
if (tabWidget) {
WebTab* webTab = qobject_cast<WebTab*>(tabWidget->widget(index));
if (webTab && webTab->isPinned())
size.setWidth(35);
size.setWidth(31);
}
return size;
}