Add "Reset Zoom" action and application menu item
This commit is contained in:
parent
4a5317b6e4
commit
e1a05d451f
4 changed files with 16 additions and 0 deletions
|
@ -164,6 +164,10 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
name: "Zoom Out",
|
||||
action: Box::new(super::DecreaseBufferFontSize),
|
||||
},
|
||||
MenuItem::Action {
|
||||
name: "Reset Zoom",
|
||||
action: Box::new(super::ResetBufferFontSize),
|
||||
},
|
||||
MenuItem::Separator,
|
||||
MenuItem::Action {
|
||||
name: "Project Browser",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue