diff --git a/scripts/system/assets/images/tools/progress-background.svg b/scripts/system/assets/images/tools/progress-background.svg new file mode 100644 index 00000000000..f361e610a20 --- /dev/null +++ b/scripts/system/assets/images/tools/progress-background.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/scripts/system/libraries/progressDialog.js b/scripts/system/libraries/progressDialog.js index ec718967678..c65d81a3a57 100644 --- a/scripts/system/libraries/progressDialog.js +++ b/scripts/system/libraries/progressDialog.js @@ -8,7 +8,8 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -var toolIconUrl = Script.getExternalPath(Script.ExternalPaths.HF_Public, "images/tools/"); +// This URL will be used not relative to this script, but relative to the QML that handles the Overlay, so we need an absolute URL. +var toolIconUrl = Script.resolvePath("../assets/images/tools/"); progressDialog = (function () { var that = {},