Minor modifications in the layout of "Tools Configuration" window.

This commit is contained in:
David Capello 2010-04-10 16:10:08 -03:00
parent edaf1ab0c1
commit 6173c54a92

View File

@ -2,9 +2,9 @@
<!-- Copyright (C) 2001-2009 by David Capello -->
<jinete>
<window text="Tools Configuration" name="configure_tool">
<box vertical="true">
<box vertical="true" childspacing="0">
<box horizontal="true" expansive="true">
<box vertical="true">
<box vertical="true" childspacing="2">
<separator text="General:" horizontal="true" left="true" />
<box horizontal="true" childspacing="0">
<check text="Tiled" name="tiled" />
@ -19,32 +19,30 @@
<separator text="Cursor:" horizontal="true" left="true" />
<box name="cursor_color_box" /><!-- custom widget -->
</box>
<box vertical="true" expansive="true">
<box vertical="true" expansive="true" childspacing="2">
<separator text="Pen:" horizontal="true" left="true" />
<box horizontal="true">
<box vertical="true" homogeneous="true">
<grid columns="2" childspacing="0" expansive="true">
<label text="Size:" />
<slider min="1" max="32" name="brush_size" minwidth="128" cell_align="horizontal" />
<label text="Angle:" />
</box>
<box vertical="true" homogeneous="true" expansive="true">
<slider min="1" max="32" name="brush_size" minwidth="128" />
<slider min="0" max="180" name="brush_angle" />
</box>
<box vertical="true" homogeneous="true">
<slider min="0" max="180" name="brush_angle" cell_align="horizontal" />
<label text="Opacity:" />
<slider min="0" max="255" name="opacity" cell_align="horizontal" />
</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>
<separator text="Opacity:" horizontal="true" left="true" />
<slider min="0" max="255" name="opacity" />
<separator text="Spray:" horizontal="true" left="true" />
<box horizontal="true">
<box vertical="true" homogeneous="true">
<box vertical="true" homogeneous="true" childspacing="0">
<label text="Spray Width:" />
<label text="Air Speed:" />
</box>
<box vertical="true" homogeneous="true" expansive="true">
<box vertical="true" homogeneous="true" expansive="true" childspacing="0">
<slider min="1" max="32" name="spray_width" />
<slider min="1" max="100" name="air_speed" />
</box>