Skip to content

Commit

Permalink
Merge pull request #4627 from BigNoid/edit_buttons
Browse files Browse the repository at this point in the history
[confluence] change buttons to edit controls (see #4613)
  • Loading branch information
ronie committed May 23, 2014
2 parents 6a5c4b2 + c44079f commit 0d8c702
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/DialogMediaSource.xml
Expand Up @@ -212,7 +212,7 @@
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button" id="12">
<control type="edit" id="12">
<description>Name Button</description>
<left>30</left>
<top>370</top>
Expand Down
10 changes: 5 additions & 5 deletions addons/skin.confluence/720p/DialogNetworkSetup.xml
Expand Up @@ -74,7 +74,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 @@ -106,7 +106,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 @@ -122,7 +122,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 @@ -138,7 +138,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 @@ -154,7 +154,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 addons/skin.confluence/720p/SmartPlaylistRule.xml
Expand Up @@ -124,7 +124,7 @@
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="button" id="17">
<control type="edit" id="17">
<description>Value Button</description>
<left>30</left>
<top>145</top>
Expand Down

0 comments on commit 0d8c702

Please sign in to comment.