mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Sprite Properties window now uses a grid.
This commit is contained in:
parent
ebf8515a30
commit
a5e02323f2
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user