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:
parent
be80930053
commit
2717446306
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user