1
0
This commit is contained in:
Sander van Grieken
2024-05-29 16:59:00 +02:00
committed by SomberNight
parent 1e18e532de
commit 7263a49129

View File

@@ -90,6 +90,7 @@ class ReceiveTab(QWidget, MessageBoxMixin, Logger):
self.receive_qr = QRCodeWidget(manual_size=True) self.receive_qr = QRCodeWidget(manual_size=True)
self.receive_help_text = WWLabel('') self.receive_help_text = WWLabel('')
self.receive_help_text.setLayout(QHBoxLayout())
self.receive_rebalance_button = QPushButton('Rebalance') self.receive_rebalance_button = QPushButton('Rebalance')
self.receive_rebalance_button.suggestion = None self.receive_rebalance_button.suggestion = None