mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
increase width of tx window, because segwit addresses are longer
This commit is contained in:
parent
f7b14cb27f
commit
aee27e7007
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class TxDialog(QDialog, MessageBoxMixin):
|
||||||
self.saved = False
|
self.saved = False
|
||||||
self.desc = desc
|
self.desc = desc
|
||||||
|
|
||||||
self.setMinimumWidth(660)
|
self.setMinimumWidth(750)
|
||||||
self.setWindowTitle(_("Transaction"))
|
self.setWindowTitle(_("Transaction"))
|
||||||
|
|
||||||
vbox = QVBoxLayout()
|
vbox = QVBoxLayout()
|
||||||
|
|
Loading…
Add table
Reference in a new issue