aseprite/data/widgets/palette_popup.xml

18 lines
549 B
XML
Raw Normal View History

2024-12-16 13:10:34 +00:00
<!-- Aseprite -->
<!-- Copyright (C) 2024 by Igara Studio S.A. -->
<!-- Copyright (C) 2014-2017 by David Capello -->
<gui>
<vbox id="palette_popup">
<hbox>
<search id="search" magnet="true" expansive="true" />
<button text="" id="refresh" style="refresh_button" />
</hbox>
<view id="view" expansive="true" />
<hbox>
<button id="load_pal" text="@.load" minwidth="80" magnet="true" />
<hbox expansive="true" />
<button id="open_folder" text="@.open_folder" minwidth="60" />
</hbox>
</vbox>
</gui>