1
0
mirror of https://github.com/aseprite/aseprite.git synced 2025-02-21 12:40:34 +00:00

13 lines
301 B
XML

<!-- ASEPRITE -->
<!-- Copyright (C) 2015 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>