aseprite/data/widgets/color_curve_point.xml
2016-12-23 12:38:32 -03:00

23 lines
620 B
XML

<!-- Aseprite -->
<!-- Copyright (C) 2001-2016 by David Capello -->
<gui>
<window id="color_curve_point" text="@.title">
<vbox>
<hbox expansive="true">
<grid columns="2">
<label text="@.x" />
<entry maxsize="32" id="x" magnet="true" />
<label text="@.y" />
<entry maxsize="32" id="y" />
</grid>
</hbox>
<hbox homogeneous="true">
<button text="@.ok" closewindow="true" id="ok" magnet="true" />
<button text="@.cancel" closewindow="true" />
<button text="@.delete" closewindow="true" id="delete_button" />
</hbox>
</vbox>
</window>
</gui>