Corrected some unecessary spaces
This commit is contained in:
parent
d7f5f61f03
commit
9beb097c53
@ -220,9 +220,8 @@ class CommandDispatcher:
|
|||||||
left: Force selecting the tab to the left of the current tab.
|
left: Force selecting the tab to the left of the current tab.
|
||||||
right: Force selecting the tab to the right of the current tab.
|
right: Force selecting the tab to the right of the current tab.
|
||||||
opposite: Force selecting the tab in the opposite direction of
|
opposite: Force selecting the tab in the opposite direction of
|
||||||
what's configured in 'tabs->select-on-remove'.
|
what's configured in 'tabs->select-on-remove'.
|
||||||
count: The tab index to close, or None
|
count: The tab index to close, or None
|
||||||
|
|
||||||
"""
|
"""
|
||||||
tabbar = self._tabbed_browser.tabBar()
|
tabbar = self._tabbed_browser.tabBar()
|
||||||
selection_override = self._get_selection_override(left, right,
|
selection_override = self._get_selection_override(left, right,
|
||||||
|
Loading…
Reference in New Issue
Block a user