1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

[TabBar] Comment fix

This commit is contained in:
Mladen Pejaković 2014-02-23 14:54:22 +01:00
parent 5d23a21f37
commit 9b7ecf1d12
2 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@ QSize TabBar::tabSizeHint(int index, bool fast) const
tabBar->showCloseButton(currentIndex());
}
if (m_showCloseOnInactive == 1) {
// Hiding close buttons to save some space
// Always showing close buttons
tabBar->setTabsClosable(true);
tabBar->showCloseButton(currentIndex());
}