Skip to content

Commit 46ee777

Browse files
committed
minor fix
1 parent a0f69b6 commit 46ee777

File tree

1 file changed

+3
-2
lines changed
  • services/static-webserver/client/source/class/osparc/task

1 file changed

+3
-2
lines changed

services/static-webserver/client/source/class/osparc/task/TasksButton.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ qx.Class.define("osparc.task.TasksButton", {
5757
case "number":
5858
control = new qx.ui.basic.Label().set({
5959
backgroundColor: "background-main-1",
60+
paddingLeft: 4,
6061
font: "text-12"
6162
});
6263
control.getContentElement().setStyles({
63-
"border-radius": "4px"
64+
"border-radius": "8px"
6465
});
6566
this._add(control, {
6667
bottom: 8,
@@ -72,7 +73,7 @@ qx.Class.define("osparc.task.TasksButton", {
7273
},
7374

7475
__updateTasksButton: function() {
75-
this._createChildControlImpl("icon");
76+
this.getChildControl("icon");
7677
const number = this.getChildControl("number");
7778

7879
const tasks = osparc.task.TasksContainer.getInstance();

0 commit comments

Comments
 (0)