renamed search.py to search_dialog.py

This commit is contained in:
Jakub Trllo 2022-02-12 13:30:03 +01:00
parent 4af3b1b1f9
commit 12e7f75347
2 changed files with 1 additions and 1 deletions

View file

@ -5,6 +5,7 @@ from .categories import (
ProjectWidget
)
from .widgets import ShadowWidget, RestartDialog
from .search_dialog import SearchEntitiesDialog
from openpype import style
from openpype.lib import is_admin_password_required
@ -175,7 +176,6 @@ class MainWidget(QtWidgets.QWidget):
widget = self._header_tab_widget.currentWidget()
root_entity = widget.entity
from .search import SearchEntitiesDialog
search = SearchEntitiesDialog(root_entity, parent=self)
search.resize(700, 500)
search.setWindowTitle("Search")