From 5bb63e67e0eae8f0050b00a4ac42f53b5cf2f4c1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 19 Jun 2017 09:43:45 +0200 Subject: [PATCH] Remove another stray # --- qutebrowser/mainwindow/tabwidget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/mainwindow/tabwidget.py b/qutebrowser/mainwindow/tabwidget.py index 8356b069f..2c4eb6eab 100644 --- a/qutebrowser/mainwindow/tabwidget.py +++ b/qutebrowser/mainwindow/tabwidget.py @@ -535,7 +535,7 @@ class TabBar(QTabBar): width = self.width() / self.count() # If no_pinned_width is not divisible by no_pinned_count, add a - # pixel to some tabs so # that there is no ugly leftover space. + # pixel to some tabs so that there is no ugly leftover space. if (no_pinned_count > 0 and index < no_pinned_width % no_pinned_count): width += 1