mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
18 lines
489 B
XML
18 lines
489 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2017 by David Capello -->
|
|
<gui>
|
|
<window id="goto_frame" text="@.title">
|
|
<vbox>
|
|
<label text="@.frame_or_tags" />
|
|
<vbox id="frame_placeholder" />
|
|
|
|
<separator horizontal="true" />
|
|
|
|
<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>
|