mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
13 lines
314 B
XML
13 lines
314 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2015-2017 by David Capello -->
|
|
<gui>
|
|
<vbox id="font_popup">
|
|
<search id="search" magnet="true" />
|
|
<view id="view" expansive="true" />
|
|
<hbox>
|
|
<boxfiller />
|
|
<button id="load_font" text="@.load" magnet="true" minwidth="80" />
|
|
</hbox>
|
|
</vbox>
|
|
</gui>
|