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

13 lines
309 B
XML

<!-- Aseprite -->
<!-- Copyright (C) 2015-2016 by David Capello -->
<gui>
<vbox id="font_popup">
<label text="@.available_fonts" />
<view id="view" expansive="true" />
<hbox>
<boxfiller />
<button id="load_font" text="@.load" magnet="true" width="80" />
</hbox>
</vbox>
</gui>