File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
services/static-webserver/client/source/class/osparc/ui/window Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ qx.Class.define("osparc.ui.window.Dialog", {
2222
2323 this . set ( {
2424 autoDestroy : true ,
25- layout : new qx . ui . layout . VBox ( 15 ) ,
25+ layout : new qx . ui . layout . VBox ( 10 ) ,
2626 showMinimize : false ,
2727 showMaximize : false ,
2828 contentPadding : 15 ,
@@ -63,7 +63,7 @@ qx.Class.define("osparc.ui.window.Dialog", {
6363 this . addAt ( control , 0 ) ;
6464 break ;
6565 case "extra-widgets-layout" :
66- control = new qx . ui . container . Composite ( new qx . ui . layout . VBox ( 15 ) ) . set ( {
66+ control = new qx . ui . container . Composite ( new qx . ui . layout . VBox ( 10 ) ) . set ( {
6767 paddingTop : 10
6868 } ) ;
6969 this . addAt ( control , 1 , {
@@ -74,7 +74,7 @@ qx.Class.define("osparc.ui.window.Dialog", {
7474 control = new qx . ui . container . Composite ( new qx . ui . layout . HBox ( 10 ) . set ( {
7575 alignX : "right"
7676 } ) ) ;
77- this . add ( control , 2 ) ;
77+ this . addAt ( control , 2 ) ;
7878 break ;
7979 case "cancel-button" : {
8080 const btnsLayout = this . getChildControl ( "buttons-layout" ) ;
You can’t perform that action at this time.
0 commit comments