Removed debug print

This commit is contained in:
MikeTheWatchGuy 2018-12-16 10:51:30 -05:00
parent bbe0e15be2
commit 84c817959d
1 changed files with 1 additions and 2 deletions

View File

@ -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)