aseprite/data/widgets/tileset_selector_window.xml
2020-10-30 21:20:33 -03:00

17 lines
463 B
XML

<!-- 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>