mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
13 lines
309 B
XML
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>
|