Quote:
Originally Posted by ownedbycats
@chaley: Small issue, resizing the dialog now only resizes the top half.
|
@capink: personally I don't care because the odd stretching only happens once you get 9 or more actions in the chain, but if you want to "fix" this then change line 71 in action_dialogs.py from
Code:
icon_groupbox_layout.addStretch(1)
to
Code:
icon_groupbox_layout.addWidget(QLabel(''))