Skip to content

Commit 4ae5bb7

Browse files
committed
WS: tooltip on title only
1 parent 0b4bf88 commit 4ae5bb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/WorkspaceButtonItem.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ qx.Class.define("osparc.dashboard.WorkspaceButtonItem", {
292292

293293
__updateTooltip: function() {
294294
const toolTipText = this.getTitle() + (this.getDescription() ? "<br>" + this.getDescription() : "");
295-
this.set({
295+
const title = this.getChildControl("title");
296+
title.set({
296297
toolTipText
297298
})
298299
},

0 commit comments

Comments
 (0)