receive_tab: workaround qdarkstyle bug
This commit is contained in:
@@ -168,6 +168,9 @@ class ReceiveTab(QWidget, MessageBoxMixin, Logger):
|
||||
self.receive_tabs.setVisible(False)
|
||||
|
||||
self.receive_requests_label = QLabel(_('Receive queue'))
|
||||
# with QDarkStyle, this label may partially cover the qrcode widget.
|
||||
# setMaximumWidth prevents that
|
||||
self.receive_requests_label.setMaximumWidth(400)
|
||||
from .request_list import RequestList
|
||||
self.request_list = RequestList(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user