mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
m
This commit is contained in:
parent
e02687bcf2
commit
f3027fa574
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ def line_dialog(parent, title, label, ok_label, default=None):
|
|||
return txt.text()
|
||||
|
||||
def text_dialog(parent, title, label, ok_label, default=None):
|
||||
from qrtextedit import ScanQRTextEdit
|
||||
from .qrtextedit import ScanQRTextEdit
|
||||
dialog = WindowModalDialog(parent, title)
|
||||
dialog.setMinimumWidth(500)
|
||||
l = QVBoxLayout()
|
||||
|
|
Loading…
Add table
Reference in a new issue