summaryrefslogtreecommitdiff
path: root/src/main/python/utils/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/python/utils/tabs.py')
-rw-r--r--src/main/python/utils/tabs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/python/utils/tabs.py b/src/main/python/utils/tabs.py
index 085c37f..cc0c195 100644
--- a/src/main/python/utils/tabs.py
+++ b/src/main/python/utils/tabs.py
@@ -32,7 +32,6 @@ class customTabWidget(QTabWidget):
size = sum([self.tab.tabRect(i).width() for i in range(self.tab.count())])
h = max(self.tab.geometry().bottom() - 24, 0)
w = self.tab.width()
- print(size, w, h)
if size > w:
self.plusButton.move(w-self.plusButton.width(), h)
else: