mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
32 lines
1.0 KiB
XML
32 lines
1.0 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2015-2018 by David Capello -->
|
|
<gui>
|
|
<window id="paste_text" text="@.title">
|
|
<grid columns="2">
|
|
<label text="@.text" />
|
|
<entry expansive="true" maxsize="256" id="user_text" magnet="true" cell_align="horizontal" />
|
|
|
|
<label text="@.font_size" />
|
|
<expr id="font_size" 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" />
|
|
|
|
<hbox />
|
|
<check id="antialias"
|
|
text="@.antialias" cell_align="horizontal"
|
|
tooltip="@.antialias_tooltip" />
|
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
<button text="@general.cancel" closewindow="true" />
|
|
</box>
|
|
</grid>
|
|
</window>
|
|
</gui>
|