Skip to content

Commit

Permalink
Changed: [Confluence] Video Info dialog - made the play button have f…
Browse files Browse the repository at this point in the history
…irst focus since apparently we can bring up the window instead of playing stuff on select these days :\

(cherry picked from commit 15e41105abd89fd3c6a54a36666915dacdf73b61)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@33608 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
jmarshallnz committed Sep 8, 2010
1 parent fc5e3f9 commit 52a76c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions addons/skin.confluence/720p/DialogVideoInfo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<window id="2003">
<defaultcontrol always="true">5</defaultcontrol>
<defaultcontrol always="true">8</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<control type="group">
Expand Down Expand Up @@ -1078,11 +1078,6 @@
<onright>9000</onright>
<onup>50</onup>
<ondown>49</ondown>
<control type="button" id="5">
<description>Cast/Review</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>206</label>
</control>
<control type="togglebutton" id="8">
<description>Play/browse to Show</description>
<include>ButtonInfoDialogsCommonValues</include>
Expand All @@ -1092,6 +1087,11 @@
<altlabel>1024</altlabel>
<usealttexture>Container.Content(TVShows)</usealttexture>
</control>
<control type="button" id="5">
<description>Cast/Review</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>206</label>
</control>
<control type="button" id="6">
<description>Refresh</description>
<include>ButtonInfoDialogsCommonValues</include>
Expand Down

0 comments on commit 52a76c9

Please sign in to comment.