diff --git a/profiler_gui/blocks_tree_widget.cpp b/profiler_gui/blocks_tree_widget.cpp index 56b3939..4914d7c 100644 --- a/profiler_gui/blocks_tree_widget.cpp +++ b/profiler_gui/blocks_tree_widget.cpp @@ -1142,10 +1142,10 @@ EasyHierarchyWidget::EasyHierarchyWidget(QWidget* _parent) : Parent(_parent) { loadSettings(); - m_searchBox->setFixedWidth(200); + m_searchBox->setFixedWidth(300); m_searchBox->setContentsMargins(5, 0, 0, 0); - QMenu* menu = new QMenu(this); + auto menu = new QMenu(this); m_searchButton = menu->menuAction(); m_searchButton->setText("Find next"); m_searchButton->setIcon(QIcon(":/images/find-next")); diff --git a/profiler_gui/descriptors_tree_widget.cpp b/profiler_gui/descriptors_tree_widget.cpp index ad3f1de..7c62d6a 100644 --- a/profiler_gui/descriptors_tree_widget.cpp +++ b/profiler_gui/descriptors_tree_widget.cpp @@ -739,7 +739,7 @@ EasyDescWidget::EasyDescWidget(QWidget* _parent) : Parent(_parent) { loadSettings(); - m_searchBox->setFixedWidth(200); + m_searchBox->setFixedWidth(300); m_searchBox->setContentsMargins(5, 0, 0, 0); auto tb = new QToolBar(this);