mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
27 lines
885 B
XML
27 lines
885 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2015 by David Capello -->
|
|
<gui>
|
|
<window text="Insert Text" id="paste_text">
|
|
<grid columns="2">
|
|
<label text="Text:" />
|
|
<entry expansive="true" maxsize="256" id="user_text" magnet="true" cell_align="horizontal" />
|
|
|
|
<label text="Font:" />
|
|
<button minwidth="60" id="font_face" text="Select Font" cell_align="horizontal" />
|
|
|
|
<label text="Font Size:" />
|
|
<entry id="font_size" maxsize="4" text="32" cell_align="horizontal" />
|
|
|
|
<label text="Color:" />
|
|
<colorpicker id="font_color" cell_align="horizontal" />
|
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
<button text="&Cancel" closewindow="true" />
|
|
</box>
|
|
</grid>
|
|
</window>
|
|
</gui>
|