mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-27 08:36:05 -04:00
Fix typos in comments
This commit is contained in:
parent
b473744d26
commit
5cd2fc8ff7
5 changed files with 4 additions and 8 deletions
|
@ -85,7 +85,7 @@ class TabWidget(QtWidgets.QTabWidget):
|
|||
[self.tabBar().tabRect(i).width() for i in range(self.count())]
|
||||
)
|
||||
|
||||
# The current positoin of the new tab button
|
||||
# The current position of the new tab button
|
||||
pos = self.new_tab_button.pos()
|
||||
|
||||
# If there are so many tabs it scrolls, move the button to the left of the scroll buttons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue