use custom folder icon

This commit is contained in:
2022-09-03 18:31:23 +02:00
parent 160fcaeafc
commit b93a5d7009
2 changed files with 18 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class FilesBrowserWidget(Tab):
self._base_dir = QLineEdit(self._initialFolder())
self._base_dir.textChanged.connect(self._base_dir_changed)
btn_select_base_dir = QPushButton(Icon("icons/ionicons/folder-open.svg"), "")
btn_select_base_dir = QPushButton(Icon("icons/myicons/folder.svg"), "")
btn_select_base_dir.pressed.connect(self._select_base_dir)
btn_base_dir_for_current_file = QPushButton(Icon("icons/myicons/target.svg"), "")