increase width of tx window, because segwit addresses are longer
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user