mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Qt: Show pointer cursor for status bar buttons
This commit is contained in:
parent
549d71fb0b
commit
bde655ae00
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ class StatusBarButton(QPushButton):
|
|||
self.clicked.connect(self.onPress)
|
||||
self.func = func
|
||||
self.setIconSize(QSize(25,25))
|
||||
self.setCursor(QCursor(Qt.PointingHandCursor))
|
||||
|
||||
def onPress(self, checked=False):
|
||||
'''Drops the unwanted PyQt5 "checked" argument'''
|
||||
|
|
Loading…
Add table
Reference in a new issue