Skip to content

Commit 4857ee7

Browse files
committed
Saving text
1 parent 645d73c commit 4857ee7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

services/static-webserver/client/source/class/osparc/navigation/NavigationBar.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,10 @@ qx.Class.define("osparc.navigation.NavigationBar", {
218218
this.getChildControl("left-items").add(control);
219219
break;
220220
case "saving-study-icon":
221-
control = new qx.ui.basic.Image().set({
222-
toolTipText: this.tr("Saving pipeline..."),
223-
source: "@FontAwesome5Solid/cloud-upload-alt/14",
221+
control = new qx.ui.basic.Atom().set({
222+
icon: "@FontAwesome5Solid/cloud-upload-alt/14",
223+
label: this.tr("Saving..."),
224+
font: "text-12",
224225
opacity: 0.8,
225226
});
226227
this.getChildControl("left-items").add(control);

0 commit comments

Comments
 (0)