mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-18 08:29:53 +01:00
Fix for url import dialog (#937)
This commit is contained in:
parent
950e56ea6f
commit
d97d77d715
1 changed files with 0 additions and 2 deletions
|
|
@ -35,8 +35,6 @@ class ImportURLDialog(QDialog):
|
|||
self.layout.addWidget(self.button_box)
|
||||
self.setLayout(self.layout)
|
||||
|
||||
self.setMaximumSize(0, 0)
|
||||
|
||||
def accept(self):
|
||||
if self.url_regex.match(self.line_edit.text()).hasMatch():
|
||||
self.url = self.line_edit.text()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue