This commit is contained in:
Kovid Goyal 2016-12-06 08:59:13 +05:30
parent 67ad2c4395
commit 60513fcbab

View File

@ -145,7 +145,7 @@ class TabManager:
@property
def tab_bar_height(self):
return 0 if len(self.tabs) < 1 else cell_size.height
return 0 if len(self.tabs) < 2 else cell_size.height
def remove(self, tab):
' Must be called in the GUI thread '