Misc fixes
This commit is contained in:
@@ -486,7 +486,7 @@ wavemode.health = health
|
|||||||
|
|
||||||
editor.default = [lightgray]<Default>
|
editor.default = [lightgray]<Default>
|
||||||
details = Details...
|
details = Details...
|
||||||
edit = Edit...
|
edit = Edit
|
||||||
variables = Vars
|
variables = Vars
|
||||||
editor.name = Name:
|
editor.name = Name:
|
||||||
editor.spawn = Spawn Unit
|
editor.spawn = Spawn Unit
|
||||||
|
|||||||
@@ -793,7 +793,7 @@ public class SchematicsDialog extends BaseDialog{
|
|||||||
buttons.defaults().size(Core.graphics.isPortrait() ? 150f : 210f, 64f);
|
buttons.defaults().size(Core.graphics.isPortrait() ? 150f : 210f, 64f);
|
||||||
buttons.button("@back", Icon.left, this::hide);
|
buttons.button("@back", Icon.left, this::hide);
|
||||||
buttons.button("@editor.export", Icon.upload, () -> showExport(schem));
|
buttons.button("@editor.export", Icon.upload, () -> showExport(schem));
|
||||||
buttons.button("@schematic.edit", Icon.edit, () -> showEdit(schem));
|
buttons.button("@edit", Icon.edit, () -> showEdit(schem));
|
||||||
|
|
||||||
show();
|
show();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user