mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +00:00
Modified "Tools Configuration" window layout.
This commit is contained in:
parent
b8e49466ad
commit
182ee290d0
@ -5,7 +5,6 @@
|
|||||||
<box vertical="true" childspacing="0">
|
<box vertical="true" childspacing="0">
|
||||||
<box horizontal="true" expansive="true">
|
<box horizontal="true" expansive="true">
|
||||||
<box vertical="true" childspacing="2">
|
<box vertical="true" childspacing="2">
|
||||||
<separator text="General:" horizontal="true" left="true" />
|
|
||||||
<box horizontal="true" childspacing="0">
|
<box horizontal="true" childspacing="0">
|
||||||
<check text="Tiled" name="tiled" />
|
<check text="Tiled" name="tiled" />
|
||||||
<check text="x" name="tiled_x" />
|
<check text="x" name="tiled_x" />
|
||||||
@ -19,21 +18,27 @@
|
|||||||
<separator text="Cursor:" horizontal="true" left="true" />
|
<separator text="Cursor:" horizontal="true" left="true" />
|
||||||
<box name="cursor_color_box" /><!-- custom widget -->
|
<box name="cursor_color_box" /><!-- custom widget -->
|
||||||
</box>
|
</box>
|
||||||
|
<separator vertical="true" />
|
||||||
<box vertical="true" expansive="true" childspacing="2">
|
<box vertical="true" expansive="true" childspacing="2">
|
||||||
<separator text="Pen:" horizontal="true" left="true" />
|
|
||||||
<box horizontal="true">
|
<box horizontal="true">
|
||||||
<grid columns="2" childspacing="0" expansive="true">
|
<grid columns="2" childspacing="0" expansive="true">
|
||||||
|
|
||||||
|
<label text="Pen:" />
|
||||||
|
<box vertical="true" childspacing="0">
|
||||||
|
<box name="brush_type_box" /><!-- custom widget -->
|
||||||
|
<box name="brush_mode_box" /><!-- custom widget -->
|
||||||
|
</box>
|
||||||
|
|
||||||
<label text="Size:" />
|
<label text="Size:" />
|
||||||
<slider min="1" max="32" name="brush_size" minwidth="32" cell_align="horizontal" />
|
<slider min="1" max="32" name="brush_size" minwidth="32" cell_align="horizontal" />
|
||||||
|
|
||||||
<label text="Angle:" />
|
<label text="Angle:" />
|
||||||
<slider min="0" max="180" name="brush_angle" cell_align="horizontal" />
|
<slider min="0" max="180" name="brush_angle" cell_align="horizontal" />
|
||||||
|
|
||||||
<label text="Opacity:" />
|
<label text="Opacity:" />
|
||||||
<slider min="0" max="255" name="opacity" cell_align="horizontal" />
|
<slider min="0" max="255" name="opacity" cell_align="horizontal" />
|
||||||
|
|
||||||
</grid>
|
</grid>
|
||||||
<box vertical="true" childspacing="0">
|
|
||||||
<box name="brush_type_box" /><!-- custom widget -->
|
|
||||||
<box name="brush_mode_box" /><!-- custom widget -->
|
|
||||||
</box>
|
|
||||||
<box name="brush_preview_box" /><!-- custom widget -->
|
<box name="brush_preview_box" /><!-- custom widget -->
|
||||||
</box>
|
</box>
|
||||||
<separator text="Spray:" horizontal="true" left="true" />
|
<separator text="Spray:" horizontal="true" left="true" />
|
||||||
|
Loading…
Reference in New Issue
Block a user