mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Merge pull request #3435 from sunnyville01/selectable_statusbar_text
Selectable statusbar text
This commit is contained in:
commit
e4c77d9156
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