mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
smaller column
This commit is contained in:
parent
343d452706
commit
6fb9f2e241
1 changed files with 1 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ class ElectrumWindow(QMainWindow):
|
|||
return self.create_list_tab(l)
|
||||
|
||||
def create_contacts_tab(self):
|
||||
l = MyTreeWidget(self, self.create_contact_menu, [_('Key'), _('Value'), _('Type')], [350, None, 130])
|
||||
l = MyTreeWidget(self, self.create_contact_menu, [_('Key'), _('Value'), _('Type')], [250, None, 130])
|
||||
self.contacts_list = l
|
||||
return self.create_list_tab(l)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue