We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d1380 commit 4ec3fa5Copy full SHA for 4ec3fa5
src/main/java/com/openfin/desktop/demo/WindowEmbedDemo.java
@@ -264,6 +264,7 @@ private void launchHtmlApp() {
264
mainWindowOptions.setSaveWindowState(false); // set to false so all windows start at same initial positions for each run
265
mainWindowOptions.setFrame(false);
266
mainWindowOptions.setContextMenu(true);
267
+ mainWindowOptions.setResizeRegionSize(0); // need this to turn off resize region for embedded (child) window
268
options.setMainWindowOptions(mainWindowOptions);
269
DemoUtils.runApplication(options, this.desktopConnection, new AckListener() {
270
@Override
0 commit comments