Skip to content

Commit

Permalink
buy credits made longer
Browse files Browse the repository at this point in the history
  • Loading branch information
ignapas committed Feb 23, 2024
1 parent 8264ed6 commit 99ba74b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit 99ba74b

Please sign in to comment.