diff options
author | ronie <ronie@users.noreply.github.com> | 2016-09-25 12:55:40 +0200 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-09-25 12:55:40 +0200 |
commit | ad42e436bf249832ff99b20e35f78ae183ca41b0 (patch) | |
tree | 00ff4488fe3d4d098b640b520dca171168b64972 | |
parent | dcea1d01499321ee4e18453271ca19cf9e766326 (diff) |
remove duplicate button id
-rw-r--r-- | addons/skin.estuary/1080i/DialogMusicInfo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/1080i/DialogMusicInfo.xml b/addons/skin.estuary/1080i/DialogMusicInfo.xml index 20605c1859..9192683167 100644 --- a/addons/skin.estuary/1080i/DialogMusicInfo.xml +++ b/addons/skin.estuary/1080i/DialogMusicInfo.xml @@ -76,7 +76,7 @@ <control type="group"> <visible>!Integer.IsEqual(Container(50).NumItems,0) | !String.IsEmpty(Control.GetLabel(400))</visible> <top>454</top> - <control type="button" id="130"> + <control type="button"> <onup>50</onup> <ondown>9000</ondown> <left>586</left> |