Skip to content

Commit

Permalink
remove backward compatibility of converting edit controls to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kib committed May 26, 2014
1 parent 44dd7c1 commit 01066d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 720p/DialogMediaSource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<texture>button-focus.png</texture>
<visible>Control.HasFocus(12)</visible>
</control>
<control type="button" id="12">
<control type="edit" id="12">
<description>Name</description>
<left>8</left>
<top>358</top>
Expand Down
10 changes: 5 additions & 5 deletions 720p/DialogNetworkSetup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<onleft>10</onleft>
<onright>10</onright>
</control>
<control type="button" id="11">
<control type="edit" id="11">
<description>Server Address Button</description>
<left>30</left>
<top>115</top>
Expand Down Expand Up @@ -115,7 +115,7 @@
<onright>11</onright>
<ondown>16</ondown>
</control>
<control type="button" id="16">
<control type="edit" id="16">
<description>Remote path Button</description>
<left>30</left>
<top>160</top>
Expand All @@ -134,7 +134,7 @@
<onright>16</onright>
<ondown>13</ondown>
</control>
<control type="button" id="13">
<control type="edit" id="13">
<description>Port Button</description>
<left>30</left>
<top>205</top>
Expand All @@ -153,7 +153,7 @@
<onright>13</onright>
<ondown>14</ondown>
</control>
<control type="button" id="14">
<control type="edit" id="14">
<description>Username Button</description>
<left>30</left>
<top>250</top>
Expand All @@ -172,7 +172,7 @@
<onright>14</onright>
<ondown>15</ondown>
</control>
<control type="button" id="15">
<control type="edit" id="15">
<description>Password Button</description>
<left>30</left>
<top>295</top>
Expand Down
2 changes: 1 addition & 1 deletion 720p/SmartPlaylistRule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<texture>common/textbox.png</texture>
<visible>!Control.HasFocus(17)</visible>
</control>
<control type="button" id="17">
<control type="edit" id="17">
<description>Value Button</description>
<left>18</left>
<top>160</top>
Expand Down

0 comments on commit 01066d5

Please sign in to comment.