File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
services/static-webserver/client/source/class/osparc/task Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments