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)