aseprite/data/widgets/goto_frame.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
484 B
XML
Raw Normal View History

<!-- Aseprite -->
<!-- Copyright (C) 2001-2017 by David Capello -->
<gui>
<window id="goto_frame" text="@.title">
<vbox>
2025-08-15 09:14:31 +08:00
<label text="@.frame_or_tags" for="frame" />
<vbox id="frame_placeholder" />
2024-12-17 01:52:19 +08:00
<separator horizontal="true" />
2024-12-17 01:52:19 +08:00
<hbox homogeneous="true" cell_align="right">
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="@general.cancel" closewindow="true" />
</hbox>
</vbox>
</window>
</gui>