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