Skip to content

Commit

Permalink
Enable smallWindow on OpenFin tray icon context menu window to remove…
Browse files Browse the repository at this point in the history
… unnecessary padding when menu has only one item (#168)
  • Loading branch information
bingenito authored Jul 3, 2018
1 parent e90cd04 commit 2bffa55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OpenFin/openfin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,8 @@ export class OpenFinContainer extends WebContainerBase {
contextMenu: true,
resizable: false,
alwaysOnTop: true,
shadow: true
shadow: true,
smallWindow: true
}
, () => {
const win: Window = contextMenu.getNativeWindow();
Expand Down

0 comments on commit 2bffa55

Please sign in to comment.