mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-11 08:54:15 +02:00
removing commented line
This commit is contained in:
@@ -118,7 +118,6 @@ class ManageWindow(QWidget):
|
||||
self.toolbar_search.addWidget(self.input_search)
|
||||
|
||||
label_pos_search = QLabel()
|
||||
# label_pos_search.setPixmap(QPixmap(resource.get_path('img/search.svg')))
|
||||
label_pos_search.setPixmap(QIcon(resource.get_path('img/search.svg')).pixmap(QSize(10, 10)))
|
||||
label_pos_search.setStyleSheet("""
|
||||
background: white; padding-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user