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:
parent
5d23a21f37
commit
9b7ecf1d12
@ -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());
|
||||
}
|
||||
|
@ -112,7 +112,7 @@ private:
|
||||
|
||||
bool m_showTabPreviews;
|
||||
bool m_hideTabBarWithOneTab;
|
||||
|
||||
|
||||
int m_showCloseOnInactive;
|
||||
int m_clickedTab;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user