(feat): Text zoom for cosmic-edit.
This commit is contained in:
parent
48011f1847
commit
5b71f5f850
6 changed files with 123 additions and 5 deletions
|
|
@ -211,6 +211,10 @@ pub fn menu_bar<'a>(
|
|||
],
|
||||
),
|
||||
MenuItem::Divider,
|
||||
MenuItem::Button(fl!("zoom-in"), None, Action::ZoomIn),
|
||||
MenuItem::Button(fl!("default-size"), None, Action::ZoomReset),
|
||||
MenuItem::Button(fl!("zoom-out"), None, Action::ZoomOut),
|
||||
MenuItem::Divider,
|
||||
MenuItem::CheckBox(
|
||||
fl!("word-wrap"),
|
||||
None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue