Add missing file tileset_selector_window.xml

This commit is contained in:
David Capello 2020-10-30 21:20:33 -03:00
parent 2501f5aa3c
commit 1c6660e964

View File

@ -0,0 +1,16 @@
<!-- Aseprite -->
<!-- Copyright (C) 2020 by Igara Studio S.A. -->
<gui>
<window id="tileset_selector_window" text="@.title">
<vbox>
<hbox id="tileset_options" />
<hbox>
<boxfiller />
<hbox homogeneous="true">
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="@general.cancel" closewindow="true" />
</hbox>
</hbox>
</vbox>
</window>
</gui>