Skip to content

Commit 1f2b658

Browse files
committed
LicensedItemDetails to the left
1 parent 738053c commit 1f2b658

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ qx.Class.define("osparc.vipMarket.LicensedItemDetails", {
2424
const layout = new qx.ui.layout.VBox(15);
2525
this._setLayout(layout);
2626

27+
this.set({
28+
allowGrowX: false,
29+
});
30+
2731
this.__populateLayout();
2832
},
2933

0 commit comments

Comments
 (0)