Skip to content

Commit 4df4f58

Browse files
committed
minor
1 parent 02cd6ea commit 4df4f58

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/ui/window

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/ui/window/Progress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ qx.Class.define("osparc.ui.window.Progress", {
4444
control.getChildControl("progress").set({
4545
backgroundColor: "strong-main"
4646
});
47-
this.add(control);
47+
this.addAt(control, 1);
4848
break;
4949
}
5050
return control || this.base(arguments, id);

0 commit comments

Comments
 (0)