qt: contacts: stretch address, not name
This commit is contained in:
@@ -61,7 +61,7 @@ class ContactList(MyTreeView):
|
|||||||
def __init__(self, main_window: 'ElectrumWindow'):
|
def __init__(self, main_window: 'ElectrumWindow'):
|
||||||
super().__init__(
|
super().__init__(
|
||||||
main_window=main_window,
|
main_window=main_window,
|
||||||
stretch_column=self.Columns.NAME,
|
stretch_column=self.Columns.ADDRESS,
|
||||||
editable_columns=[self.Columns.NAME],
|
editable_columns=[self.Columns.NAME],
|
||||||
)
|
)
|
||||||
self.setModel(QStandardItemModel(self))
|
self.setModel(QStandardItemModel(self))
|
||||||
|
|||||||
Reference in New Issue
Block a user