aseprite/data/widgets/font_popup.xml
David Capello b6cf0f218c Add search field on Font Popup
Added support to set child visibility property to ListBox items.
2017-03-15 14:24:42 -03:00

13 lines
311 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" width="80" />
</hbox>
</vbox>
</gui>