Browse Source

Better default column sizes in "JM Wallet" tab

master
Kristaps Kaupe 7 years ago
parent
commit
5ffa95088c
  1. 2
      scripts/joinmarket-qt.py

2
scripts/joinmarket-qt.py

@ -1115,6 +1115,8 @@ class JMWalletTab(QWidget):
self)
self.label1.setAlignment(QtCore.Qt.AlignTop | QtCore.Qt.AlignLeft)
v = MyTreeWidget(self, self.create_menu, self.getHeaders())
v.header().resizeSection(0, 400) # size of "Address" column
v.header().resizeSection(1, 130) # size of "Index" column
v.setSelectionMode(QAbstractItemView.ExtendedSelection)
v.on_update = self.updateWalletInfo
v.hide()

Loading…
Cancel
Save