Skip to content

Commit

Permalink
aesthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Dec 17, 2024
1 parent 800e322 commit 3e7813c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ qx.Class.define("osparc.vipMarket.Market", {
this.base(arguments);

const miniWallet = osparc.desktop.credits.BillingCenter.createMiniWalletView().set({
paddingRight: 10
paddingRight: 10,
minWidth: 150,
});
this.addWidgetOnTopOfTheTabs(miniWallet);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ qx.Class.define("osparc.vipMarket.VipMarket", {
decorator: "no-border",
spacing: 5,
minWidth: 250,
maxWidth: 250
maxWidth: 250,
backgroundColor: "transparent",
});
this.getChildControl("left-side").add(control, {
flex: 1
Expand Down

0 comments on commit 3e7813c

Please sign in to comment.