Skip to content

Commit 0773e54

Browse files
committed
[processing] move collapse button to the top
1 parent 8af3707 commit 0773e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/gui/AlgorithmDialogBase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(self, alg):
9292
self.btnCollapse.setFixedSize(12, 12)
9393
self.btnCollapse.setCursor(Qt.ArrowCursor)
9494
handleLayout.addWidget(self.btnCollapse)
95-
handleLayout.insertStretch(0)
95+
handleLayout.addStretch()
9696
splitterHandle.setLayout(handleLayout)
9797

9898
self.feedback = AlgorithmDialogFeedback(self)

0 commit comments

Comments
 (0)