mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
Raise dialog width slightly.
This commit is contained in:
parent
36aaad392d
commit
1524fa29af
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class TxDialog(QDialog):
|
|||
self.desc = desc
|
||||
|
||||
QDialog.__init__(self)
|
||||
self.setMinimumWidth(600)
|
||||
self.setMinimumWidth(660)
|
||||
self.setWindowTitle(_("Transaction"))
|
||||
|
||||
vbox = QVBoxLayout()
|
||||
|
|
Loading…
Add table
Reference in a new issue