mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
Make balance text in statusBar selectable
This commit is contained in:
parent
8423234bbd
commit
a9a5647a9d
1 changed files with 2 additions and 0 deletions
|
@ -1748,6 +1748,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||
qtVersion = qVersion()
|
||||
|
||||
self.balance_label = QLabel("")
|
||||
self.balance_label.setTextInteractionFlags(Qt.TextSelectableByMouse)
|
||||
self.balance_label.setStyleSheet("""QLabel { padding: 0 }""")
|
||||
sb.addWidget(self.balance_label)
|
||||
|
||||
self.search_box = QLineEdit()
|
||||
|
|
Loading…
Add table
Reference in a new issue