Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add standard zoom controls #5

Open
mjordan opened this issue Aug 14, 2019 · 1 comment
Open

Add standard zoom controls #5

mjordan opened this issue Aug 14, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mjordan
Copy link
Owner

mjordan commented Aug 14, 2019

No description provided.

@mjordan
Copy link
Owner Author

mjordan commented Aug 15, 2019

Adding

  {
  label: 'View',
    submenu: [
      { label: 'Zoom in', accelerator: 'CmdOrCtrl+I', role: 'zoomIn' },
      { label: 'Reset zoom', accelerator: 'CmdOrCtrl+R', role: 'resetZoom' },
      { label: 'Zoom out', accelerator: 'CmdOrCtrl+O', role: 'zoomOut' },
    ]},

to the menu doesn't have any effect. The menu shows up, but the controls (or clicking) don't do anything.

@mjordan mjordan added the enhancement New feature or request label Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant