Skip to content

Commit 8af3707

Browse files
committed
[processing] use arrow cursor for collapse button
1 parent f4853a2 commit 8af3707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/processing/gui/AlgorithmDialogBase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def __init__(self, alg):
9090
self.btnCollapse = QToolButton(splitterHandle)
9191
self.btnCollapse.setAutoRaise(True)
9292
self.btnCollapse.setFixedSize(12, 12)
93+
self.btnCollapse.setCursor(Qt.ArrowCursor)
9394
handleLayout.addWidget(self.btnCollapse)
9495
handleLayout.insertStretch(0)
9596
splitterHandle.setLayout(handleLayout)

0 commit comments

Comments
 (0)