zoom factor

This commit is contained in:
2026-05-31 23:51:51 -05:00
parent 067bb9bee0
commit dc5b903741
5 changed files with 44 additions and 17 deletions
+4
View File
@@ -227,6 +227,10 @@ pub(crate) fn show_editor_panel(
FontDialogState::from_spec(board.font.as_ref());
editor.font_dialog_open = true;
}
ui.separator();
ui.label("Zoom");
ui.add(egui::Slider::new(&mut board.zoom, 1..=8).text("×"));
}
EditorTab::Scripts => {