From df6b8b7ff52d5fb5aedf911c03f319c85a1f54b9 Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 21 Jun 2017 09:03:15 +0200 Subject: [PATCH] Update tabwidget.py --- qutebrowser/mainwindow/tabwidget.py | 4 ++-- 1 file 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)