1
0

qt: contacts: stretch address, not name

This commit is contained in:
Sander van Grieken
2025-08-15 10:44:31 +02:00
parent 5a9f54fba0
commit b4ffd3eeeb

View File

@@ -61,7 +61,7 @@ class ContactList(MyTreeView):
def __init__(self, main_window: 'ElectrumWindow'):
super().__init__(
main_window=main_window,
stretch_column=self.Columns.NAME,
stretch_column=self.Columns.ADDRESS,
editable_columns=[self.Columns.NAME],
)
self.setModel(QStandardItemModel(self))