Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] move collapse button to the top
  • Loading branch information
alexbruy committed Jun 6, 2017
1 parent 8af3707 commit 0773e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/AlgorithmDialogBase.py
Expand Up @@ -92,7 +92,7 @@ def __init__(self, alg):
self.btnCollapse.setFixedSize(12, 12)
self.btnCollapse.setCursor(Qt.ArrowCursor)
handleLayout.addWidget(self.btnCollapse)
handleLayout.insertStretch(0)
handleLayout.addStretch()
splitterHandle.setLayout(handleLayout)

self.feedback = AlgorithmDialogFeedback(self)
Expand Down

0 comments on commit 0773e54

Please sign in to comment.