There was an error while loading. Please reload this page.
1 parent f4853a2 commit 8af3707Copy full SHA for 8af3707
1 file changed
python/plugins/processing/gui/AlgorithmDialogBase.py
@@ -90,6 +90,7 @@ def __init__(self, alg):
90
self.btnCollapse = QToolButton(splitterHandle)
91
self.btnCollapse.setAutoRaise(True)
92
self.btnCollapse.setFixedSize(12, 12)
93
+ self.btnCollapse.setCursor(Qt.ArrowCursor)
94
handleLayout.addWidget(self.btnCollapse)
95
handleLayout.insertStretch(0)
96
splitterHandle.setLayout(handleLayout)
0 commit comments