aseprite/data/widgets/advanced_mode.xml
2016-12-23 12:38:32 -03:00

14 lines
433 B
XML

<!-- Aseprite -->
<!-- Copyright (C) 2001-2016 by David Capello -->
<gui>
<window text="@.title" id="advanced_mode">
<grid columns="1">
<label text="@.description" />
<label text="" id="warning_label" />
<check text="@.dont_show_again" id="donot_show" />
<separator horizontal="true" />
<button text="@general.ok" closewindow="true" magnet="true" minwidth="60" cell_align="center" />
</grid>
</window>
</gui>