summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius <froase@gmail.com>2017-06-21 09:03:15 +0200
committerGitHub <noreply@github.com>2017-06-21 09:03:15 +0200
commitdf6b8b7ff52d5fb5aedf911c03f319c85a1f54b9 (patch)
tree7cc559145f18c167fe74046d2adcdab2fe9d6e41
parentf3a2b84033f0f25a298386e705839271df317157 (diff)
downloadqutebrowser-df6b8b7ff52d5fb5aedf911c03f319c85a1f54b9.tar.gz
qutebrowser-df6b8b7ff52d5fb5aedf911c03f319c85a1f54b9.zip
Update tabwidget.py
-rw-r--r--qutebrowser/mainwindow/tabwidget.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qutebrowser/mainwindow/tabwidget.py b/qutebrowser/mainwindow/tabwidget.py
index 84cec79c8..3dd0d28da 100644
--- a/qutebrowser/mainwindow/tabwidget.py
+++ b/qutebrowser/mainwindow/tabwidget.py
@@ -764,8 +764,8 @@ class TabBarStyle(QCommonStyle):
# We need this so the left scroll button is aligned properly.
# Otherwise, empty space will be shown after the last tab even
# though the button width is set to 0
-
- # In older PyQt-versions (5.2.1) QStyle does not have this
+ #
+ # In older PyQt-versions (5.2.1) QStyle does not have this
# attribute.
if sr == QStyle.SE_TabBarScrollLeftButton:
return super().subElementRect(sr, opt, widget)