mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
adjust grid width
This commit is contained in:
parent
e780bf3db8
commit
8fb14bb5fe
1 changed files with 1 additions and 0 deletions
|
@ -567,6 +567,7 @@ class ElectrumWindow(QMainWindow):
|
|||
def create_receive_tab(self):
|
||||
|
||||
self.receive_grid = grid = QGridLayout()
|
||||
grid.setColumnMinimumWidth(3, 150)
|
||||
|
||||
self.receive_address_e = MyLineEdit()
|
||||
self.receive_address_e.setFrozen(True)
|
||||
|
|
Loading…
Add table
Reference in a new issue