Format
This commit is contained in:
parent
0e65343712
commit
e083634614
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ use std::path::PathBuf;
|
|||
|
||||
use eframe::egui;
|
||||
use eframe::egui::KeyboardShortcut;
|
||||
use log::{info, warn, error};
|
||||
use log::{error, info, warn};
|
||||
|
||||
use billy_sheet::gui::SheetGui;
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ impl Default for Gui {
|
|||
impl eframe::App for Gui {
|
||||
fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {
|
||||
egui::TopBottomPanel::top("menu").show(ctx, |ui| {
|
||||
egui::MenuBar::new().ui(ui, |ui| {
|
||||
egui::MenuBar::new().ui(ui, |ui| {
|
||||
egui::widgets::global_theme_preference_buttons(ui);
|
||||
ui.menu_button("File", |ui| {
|
||||
if ui.button("Open (Ctrl + O)").clicked() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue