Skip to content

Commit

Permalink
Focus on the search text edit by default in MythMusic's search screen
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Oct 30, 2012
1 parent 6122c1b commit 0f066ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythplugins/mythmusic/mythmusic/searchview.cpp
Expand Up @@ -53,6 +53,8 @@ bool SearchView::Create(void)

BuildFocusList();

SetFocusWidget(m_criteriaEdit);

new MythUIButtonListItem(m_fieldList, tr("All Fields"),
qVariantFromValue(0));
new MythUIButtonListItem(m_fieldList, tr("Artist"),
Expand Down

0 comments on commit 0f066ec

Please sign in to comment.