diff options
author | ronie <ronie@users.noreply.github.com> | 2016-11-21 16:52:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-21 16:52:06 +0100 |
commit | afcb4f3574346b9ada1abf3e6ad80db83911a266 (patch) | |
tree | 1be7877d77ced02ccf4b08450d360a6d549fae10 /addons/skin.estuary | |
parent | 7e50b6a7184f98521b4ed4039bc2ee3af204537c (diff) | |
parent | 80874ea77798eaaa54b146b5ea3d2ef4f176162d (diff) |
Merge pull request #10939 from ronie/estuary-source
[estuary] fix lost focus in mediasource dialog
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/1080i/DialogMediaSource.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/1080i/DialogMediaSource.xml b/addons/skin.estuary/1080i/DialogMediaSource.xml index 3da9a86798..ee7aac1e27 100644 --- a/addons/skin.estuary/1080i/DialogMediaSource.xml +++ b/addons/skin.estuary/1080i/DialogMediaSource.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <window> - <defaultcontrol>10</defaultcontrol> + <defaultcontrol always="true">10</defaultcontrol> <coordinates> <left>360</left> <top>150</top> |