mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
26 lines
735 B
XML
26 lines
735 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2015-2018 by David Capello -->
|
|
<gui>
|
|
<window id="modify_selection" text="@.title">
|
|
<vbox>
|
|
<grid columns="2">
|
|
|
|
<label id="by_label" text="" />
|
|
<expr id="quantity" expansive="true" magnet="true" suffix="px" />
|
|
|
|
<hbox />
|
|
<vbox>
|
|
<radio id="circle" text="@.circle" group="1" />
|
|
<radio id="square" text="@.square" group="1" />
|
|
</vbox>
|
|
|
|
</grid>
|
|
<separator horizontal="true" cell_hspan="3" />
|
|
<hbox homogeneous="true" cell_hspan="3" cell_align="right">
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
<button text="@general.cancel" closewindow="true" />
|
|
</hbox>
|
|
</vbox>
|
|
</window>
|
|
</gui>
|