From 84c817959d9d18ae59d24da32a447b8b6e187208 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Sun, 16 Dec 2018 10:51:30 -0500 Subject: [PATCH] Removed debug print --- PySimpleGUIQt/PySimpleGUIQt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PySimpleGUIQt/PySimpleGUIQt.py b/PySimpleGUIQt/PySimpleGUIQt.py index 1de9f5a7..88ad10cb 100644 --- a/PySimpleGUIQt/PySimpleGUIQt.py +++ b/PySimpleGUIQt/PySimpleGUIQt.py @@ -5044,10 +5044,9 @@ def PackFormIntoFrame(window, containing_frame, toplevel_win): style = '' style += 'margin: {}px {}px {}px {}px;'.format(*full_element_pad) - print(style) + # print(style) element.QT_QGraphicsView.setStyleSheet(style) - qgraphicsview.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) qgraphicsview.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) # qt_row_layout.setContentsMargins(*full_element_pad)