Misc fixes

This commit is contained in:
Anuken
2023-06-17 17:40:29 -04:00
parent 0adfee97cc
commit 6ed336ad95
2 changed files with 2 additions and 2 deletions

View File

@@ -793,7 +793,7 @@ public class SchematicsDialog extends BaseDialog{
buttons.defaults().size(Core.graphics.isPortrait() ? 150f : 210f, 64f);
buttons.button("@back", Icon.left, this::hide);
buttons.button("@editor.export", Icon.upload, () -> showExport(schem));
buttons.button("@schematic.edit", Icon.edit, () -> showEdit(schem));
buttons.button("@edit", Icon.edit, () -> showEdit(schem));
show();
}