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