Minor modification in tools_configuration window layout.

This commit is contained in:
David Capello 2010-04-25 23:39:46 -03:00
parent 8dd69cada9
commit b935f90cd3

View File

@ -22,10 +22,7 @@
<grid columns="2" childspacing="0" expansive="true"> <grid columns="2" childspacing="0" expansive="true">
<label text="Pen:" /> <label text="Pen:" />
<box vertical="true" childspacing="0"> <box horizontal="true" childspacing="0" name="brush_type_box" /><!-- custom widget -->
<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" />