mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
b6cf0f218c
Added support to set child visibility property to ListBox items.
13 lines
311 B
XML
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>
|