Sprite Properties window now uses a grid.

This commit is contained in:
David Capello 2010-04-25 14:35:10 -03:00
parent ebf8515a30
commit a5e02323f2

View File

@ -3,19 +3,21 @@
<jinete>
<window text="Sprite Properties" name="sprite_properties">
<box vertical="true">
<box horizontal="true" expansive="true">
<box vertical="true" homogeneous="true">
<box horizontal="true">
<grid columns="2" expansive="true">
<label text="File name:" />
<entry text="" name="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
<label text="Type:" />
<label text="Size:" />
<label text="Frames:" />
</box>
<box vertical="true" homogeneous="true" expansive="true">
<entry text="" name="name" maxsize="256" readonly="true" maxwidth="100" />
<label text="" name="type" />
<label text="Size:" />
<label text="" name="size" />
<label text="Frames:" />
<label text="" name="frames" />
</box>
</grid>
</box>
<separator horizontal="true" />
<box horizontal="true">