mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +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()
|
return txt.text()
|
||||||
|
|
||||||
def text_dialog(parent, title, label, ok_label, default=None):
|
def text_dialog(parent, title, label, ok_label, default=None):
|
||||||
from qrtextedit import ScanQRTextEdit
|
from .qrtextedit import ScanQRTextEdit
|
||||||
dialog = WindowModalDialog(parent, title)
|
dialog = WindowModalDialog(parent, title)
|
||||||
dialog.setMinimumWidth(500)
|
dialog.setMinimumWidth(500)
|
||||||
l = QVBoxLayout()
|
l = QVBoxLayout()
|
||||||
|
|
Loading…
Add table
Reference in a new issue