diff --git a/services/static-webserver/client/source/class/osparc/desktop/credits/BillingCenter.js b/services/static-webserver/client/source/class/osparc/desktop/credits/BillingCenter.js index bbbb78b770a..b9f26ee989a 100644 --- a/services/static-webserver/client/source/class/osparc/desktop/credits/BillingCenter.js +++ b/services/static-webserver/client/source/class/osparc/desktop/credits/BillingCenter.js @@ -164,7 +164,7 @@ qx.Class.define("osparc.desktop.credits.BillingCenter", { id: idr })) ); - const win = osparc.ui.window.Window.popUpInWindow(buyView, "Buy credits", 400, 550).set({ + const win = osparc.ui.window.Window.popUpInWindow(buyView, "Buy credits", 400, 600).set({ resizable: false, movable: false });