mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
remove commented code
This commit is contained in:
parent
04dc6a0ea7
commit
3b0ed36c74
1 changed files with 0 additions and 2 deletions
|
@ -217,8 +217,6 @@ class QR_Window(QWidget):
|
||||||
vbox = QVBoxLayout()
|
vbox = QVBoxLayout()
|
||||||
main_box.addLayout(vbox)
|
main_box.addLayout(vbox)
|
||||||
|
|
||||||
#main_box.addStretch(1)
|
|
||||||
|
|
||||||
self.address_label = QLabel("")
|
self.address_label = QLabel("")
|
||||||
self.address_label.setFont(QFont(MONOSPACE_FONT))
|
self.address_label.setFont(QFont(MONOSPACE_FONT))
|
||||||
vbox.addWidget(self.address_label)
|
vbox.addWidget(self.address_label)
|
||||||
|
|
Loading…
Add table
Reference in a new issue