From 62be35336c4bcc45a026e33cc153e2b493a29698 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 8 Jun 2020 10:14:46 +0200 Subject: [PATCH] missing whitespace --- pype/tools/pyblish_pype/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/tools/pyblish_pype/view.py b/pype/tools/pyblish_pype/view.py index 1e1c5d51b0..86cefd4a55 100644 --- a/pype/tools/pyblish_pype/view.py +++ b/pype/tools/pyblish_pype/view.py @@ -51,7 +51,7 @@ class ArtistView(QtWidgets.QListView): if len(indexes) <= 1 and event.pos().x() < 20: for index in indexes: self.toggled.emit(index, None) - if len(indexes) == 1 and event.pos().x() > self.width()-40: + if len(indexes) == 1 and event.pos().x() > self.width() - 40: for index in indexes: self.show_perspective.emit(index)