Skip to content

Commit 000d44d

Browse files
committed
wider window
1 parent 565ad8e commit 000d44d

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/vipMarket

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/vipMarket/MarketWindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ qx.Class.define("osparc.vipMarket.MarketWindow", {
2323

2424
osparc.utils.Utils.setIdToWidget(this, "storeWindow");
2525

26-
const width = Math.min(1100, window.innerWidth); // since we go over the supported minimum, take the min
26+
const width = Math.min(1200, window.innerWidth); // since we go over the supported minimum, take the min
2727
const height = 700;
2828
this.set({
2929
width,

0 commit comments

Comments
 (0)