aseprite/data/widgets/paste_text.xml
David Capello 049111bfad Put font size before font family
In this way we can press T, Tab, change the font size, and Enter to try
again quickly with other font size.
2015-10-16 18:40:14 -03:00

27 lines
893 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 Size:" />
<entry id="font_size" maxsize="3" text="32" cell_align="horizontal" />
<label text="Font:" />
<dropdownbutton minwidth="60" id="font_face" text="Select Font" 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="&amp;OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="&amp;Cancel" closewindow="true" />
</box>
</grid>
</window>
</gui>