Skip to content

Commit f17facd

Browse files
author
Paul Harrison
committed
Tweak the search popup on the recordings playback screen.
1 parent a796d8b commit f17facd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mythtv/programs/mythfrontend/playbackbox.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@ void PlaybackBox::Init()
520520
m_recordingList->SetLCDTitles(tr("Recordings"),
521521
"titlesubtitle|shortdate|starttime");
522522

523+
m_recordingList->SetSearchFields("titlesubtitle");
524+
523525
if (gCoreContext->GetNumSetting("QueryInitialFilter", 0) == 1)
524526
showGroupFilter();
525527
else if (!m_player)

mythtv/themes/MythCenter-wide/recordings-ui.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<spacing>4</spacing>
6969
<scrollstyle>center</scrollstyle>
7070
<wrapstyle>items</wrapstyle>
71+
<searchposition>-1,390</searchposition>
7172
<statetype name="buttonitem">
7273
<state name="active">
7374
<textarea name="name">
@@ -91,6 +92,7 @@
9192
<buttonarea>0,36,880,270</buttonarea>
9293
<wrapstyle>captive</wrapstyle>
9394
<spacing>0</spacing>
95+
<searchposition>-1,390</searchposition>
9496
<statetype name="buttonitem">
9597
<state name="active">
9698
<area>0,0,100%,30</area>

0 commit comments

Comments
 (0)