Removed debug print
This commit is contained in:
parent
bbe0e15be2
commit
84c817959d
|
@ -5044,10 +5044,9 @@ def PackFormIntoFrame(window, containing_frame, toplevel_win):
|
||||||
style = ''
|
style = ''
|
||||||
style += 'margin: {}px {}px {}px {}px;'.format(*full_element_pad)
|
style += 'margin: {}px {}px {}px {}px;'.format(*full_element_pad)
|
||||||
|
|
||||||
print(style)
|
# print(style)
|
||||||
element.QT_QGraphicsView.setStyleSheet(style)
|
element.QT_QGraphicsView.setStyleSheet(style)
|
||||||
|
|
||||||
|
|
||||||
qgraphicsview.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
|
qgraphicsview.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
|
||||||
qgraphicsview.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
|
qgraphicsview.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
|
||||||
# qt_row_layout.setContentsMargins(*full_element_pad)
|
# qt_row_layout.setContentsMargins(*full_element_pad)
|
||||||
|
|
Loading…
Reference in New Issue