File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
services/static-webserver/client/source/class/osparc/dashboard Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
2525
2626 this . set ( {
2727 position : "bottom-left" ,
28- padding : 8 ,
28+ spacingX : 16 ,
2929 } ) ;
3030
3131 this . __categoryHeaders = [ ] ;
@@ -60,9 +60,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
6060 } ) ;
6161 // where the shortcut is supposed to go
6262 // eslint-disable-next-line no-underscore-dangle
63- menuButton . _add ( infoHint , {
64- column : 2
65- } ) ;
63+ menuButton . _add ( infoHint , { column : 2 } ) ;
6664 }
6765 return menuButton ;
6866 } ,
@@ -198,9 +196,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
198196 decorator : "rounded" ,
199197 } ) ;
200198 // eslint-disable-next-line no-underscore-dangle
201- menuButton . _add ( thumbnail , {
202- column : 0
203- } ) ;
199+ menuButton . _add ( thumbnail , { column : 0 } ) ;
204200 }
205201 } ,
206202
You can’t perform that action at this time.
0 commit comments