Skip to content
Snippets Groups Projects
Commit e6fc4d6a authored by Kien Le's avatar Kien Le
Browse files

Fix minor QT warning

parent 43ee46ba
No related branches found
No related tags found
1 merge request!191Read log files generated by users
......@@ -370,7 +370,7 @@ class UIMainWindow(object):
self.open_files_list = QListWidget(
self.central_widget)
file_layout = QHBoxLayout(self.central_widget)
file_layout = QHBoxLayout()
file_layout.setSpacing(20)
left_layout.addLayout(file_layout)
self.search_line_edit = QLineEdit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment