mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
17 lines
463 B
XML
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>
|