mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
fix search dock title
This commit is contained in:
parent
944485b9ae
commit
b6094d6f3b
@ -286,7 +286,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
,m_playlistViews(new FileDropWidget(this))
|
||||
,m_searchWidget(new QWidget(this))
|
||||
,m_searchLineEdit(new QLineEdit(this))
|
||||
,m_searchDock(new QDockWidget(msg_hash_to_str(MENU_ENUM_LABEL_VALUE_QT_MENU_EDIT_SEARCH), this))
|
||||
,m_searchDock(new QDockWidget(msg_hash_to_str(MENU_ENUM_LABEL_VALUE_SEARCH), this))
|
||||
,m_playlistFiles()
|
||||
,m_launchWithComboBox(new QComboBox(this))
|
||||
,m_startCorePushButton(new QToolButton(this))
|
||||
|
Loading…
x
Reference in New Issue
Block a user