We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6c172 commit 9e342cfCopy full SHA for 9e342cf
services/static-webserver/client/source/class/osparc/ui/message/Loading.js
@@ -206,7 +206,9 @@ qx.Class.define("osparc.ui.message.Loading", {
206
osparc.utils.Utils.setIdToWidget(maxButton, osparc.widget.PersistentIframe.getMaximizeWidgetId(maximize));
207
maxButton.addListener("execute", () => this.maximizeIFrame(!this.hasState("maximized")), this);
208
209
- const maximizeLayout = new qx.ui.container.Composite(new qx.ui.layout.HBox());
+ const maximizeLayout = new qx.ui.container.Composite(new qx.ui.layout.HBox().set({
210
+ alignX: "right",
211
+ }));
212
maximizeLayout.add(maxButton);
213
return maximizeLayout;
214
},
0 commit comments