2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2017-06-19 14:23:40 +00:00
|
|
|
<!-- Copyright (C) 2001-2017 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="goto_frame" text="@.title">
|
2017-06-19 14:23:40 +00:00
|
|
|
<vbox>
|
|
|
|
<label text="@.frame_or_tags" />
|
|
|
|
<vbox id="frame_placeholder" />
|
2012-01-09 23:28:04 +00:00
|
|
|
|
2017-06-19 14:23:40 +00:00
|
|
|
<separator horizontal="true" />
|
2012-01-09 23:28:04 +00:00
|
|
|
|
2017-06-19 14:23:40 +00:00
|
|
|
<hbox homogeneous="true" cell_align="right">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
2017-06-19 14:23:40 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2012-01-09 23:28:04 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|