mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-24 07:43:35 +00:00
Minor modifications in the "New Sprite" dialog layout.
This commit is contained in:
parent
0a5746bf3b
commit
70240c9639
@ -4,17 +4,13 @@
|
||||
<window text="New Sprite" name="new_sprite">
|
||||
<box vertical="true">
|
||||
|
||||
<box vertical="true" expansive="true">
|
||||
<separator text="Size:" left="true" horizontal="true" />
|
||||
<box vertical="true" expansive="true">
|
||||
<grid columns="2">
|
||||
<label text="Width:" />
|
||||
<entry name="width" maxsize="8" magnetic="true" cell_align="horizontal" tooltip="Width of the new sprite (in pixels)" />
|
||||
<label text="Height:" />
|
||||
<entry name="height" maxsize="8" cell_align="horizontal" tooltip="Height of the new sprite (in pixels)" />
|
||||
</grid>
|
||||
</box>
|
||||
</box>
|
||||
<separator text="Size:" left="true" horizontal="true" />
|
||||
<grid columns="2">
|
||||
<label text="Width:" />
|
||||
<entry name="width" maxsize="8" magnetic="true" cell_align="horizontal" tooltip="Width of the new sprite (in pixels)" />
|
||||
<label text="Height:" />
|
||||
<entry name="height" maxsize="8" cell_align="horizontal" tooltip="Height of the new sprite (in pixels)" />
|
||||
</grid>
|
||||
|
||||
<separator text="Color Mode:" left="true" horizontal="true" />
|
||||
<box vertical="true" homogeneous="true" childspacing="0">
|
||||
@ -28,7 +24,7 @@
|
||||
</box>
|
||||
|
||||
<separator text="Background:" left="true" horizontal="true" />
|
||||
<view maxsize="true">
|
||||
<view maxsize="true" expansive="true">
|
||||
<listbox name="bg_box">
|
||||
<listitem text="Transparent" />
|
||||
<listitem text="Black" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user