2015-12-04 20:46:32 +00:00
|
|
|
<!-- Aseprite -->
|
2018-06-28 16:33:13 +00:00
|
|
|
<!-- Copyright (C) 2015-2018 by David Capello -->
|
2015-12-04 20:46:32 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="modify_selection" text="@.title">
|
2015-12-04 20:46:32 +00:00
|
|
|
<vbox>
|
|
|
|
<grid columns="2">
|
|
|
|
|
2016-12-23 16:07:03 +00:00
|
|
|
<label id="by_label" text="" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="quantity" expansive="true" magnet="true" suffix="px" />
|
2015-12-04 20:46:32 +00:00
|
|
|
|
|
|
|
<hbox />
|
|
|
|
<vbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<radio id="circle" text="@.circle" group="1" />
|
|
|
|
<radio id="square" text="@.square" group="1" />
|
2015-12-04 20:46:32 +00:00
|
|
|
</vbox>
|
|
|
|
|
|
|
|
</grid>
|
|
|
|
<separator horizontal="true" cell_hspan="3" />
|
|
|
|
<hbox homogeneous="true" cell_hspan="3" cell_align="right">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
2015-12-04 20:46:32 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</window>
|
|
|
|
</gui>
|